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



XdsObjectRef Constructor(String,String)
Create a new XdsObjectRef, specifying the UUID and Home Community ID
Syntax
Public Function New( _
   ByVal Uuid As String, _
   ByVal HomeCommunityID As String _
)
Dim Uuid As String
Dim HomeCommunityID As String
 
Dim instance As New XdsObjectRef(Uuid, HomeCommunityID)
public XdsObjectRef( 
   string Uuid,
   string HomeCommunityID
)
public:
XdsObjectRef( 
   String^ Uuid,
   String^ HomeCommunityID
)

Parameters

Uuid
The UUID of the object
HomeCommunityID
The Home Cummunity ID 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