XdsObjects Help file
XdsObjects Namespace / XdsAssociation Class / SourceUUID Property



In This Topic
    SourceUUID Property
    In This Topic
    The UUID of the source object
    Syntax
    Public Property SourceUUID As String
    Dim instance As XdsAssociation
    Dim value As String
     
    instance.SourceUUID = value
     
    value = instance.SourceUUID
    public string SourceUUID {get; set;}
    public:
    property String^ SourceUUID {
       String^ get();
       void set (    String^ value);
    }
    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