XdsObjects Help file
XdsObjects Namespace / XdsAssociation Class / XdsAssociation Constructor / XdsAssociation Constructor(String,String,String,AssociationType)
UUID of the XdsAssociation object
UUID of the source object
UUID of the target object
XdsObjects.Enums.AssociationType of the Association



In This Topic
    XdsAssociation Constructor(String,String,String,AssociationType)
    In This Topic
    Public Constructor of XdsAssociation
    Syntax
    Public Function New( _
       ByVal uuid As String, _
       ByVal sourceUUID As String, _
       ByVal targetUUID As String, _
       ByVal type As AssociationType _
    )
    Dim uuid As String
    Dim sourceUUID As String
    Dim targetUUID As String
    Dim type As AssociationType
     
    Dim instance As New XdsAssociation(uuid, sourceUUID, targetUUID, type)

    Parameters

    uuid
    UUID of the XdsAssociation object
    sourceUUID
    UUID of the source object
    targetUUID
    UUID of the target object
    type
    XdsObjects.Enums.AssociationType of the Association
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also