XdsObjects Help file
XdsObjects Namespace / XdsObjectRef Class / XdsObjectRef Constructor / XdsObjectRef Constructor(String)
The UUID of the object



In This Topic
    XdsObjectRef Constructor(String)
    In This Topic
    Create a new XdsObjectRef, specifying the UUID
    Syntax
    Public Function New( _
       ByVal Uuid As String _
    )
    Dim Uuid As String
     
    Dim instance As New XdsObjectRef(Uuid)
    public XdsObjectRef( 
       string Uuid
    )
    public:
    XdsObjectRef( 
       String^ Uuid
    )

    Parameters

    Uuid
    The UUID of the object
    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