XdsObjects Help file
XdsObjects Namespace / XdsPerson Class / CompositeId Property



CompositeId Property
Composite ID, incorporating the root and extension
Syntax
Public Property CompositeId As String
Dim instance As XdsPerson
Dim value As String
 
instance.CompositeId = value
 
value = instance.CompositeId
public string CompositeId {get; set;}
public:
property String^ CompositeId {
   String^ get();
   void set (    String^ value);
}
Remarks

This property may be set or retrieved

When retrieved, the value is ID_Extension^^^&ID_Root&ISO"

When set, the supplied string is split into corresponding root and extension components, and stored in that form

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