XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / OIDRoot Property



OIDRoot Property
OIDRoot used by the NewOID method
Syntax
Public Shared Property OIDRoot As String
Dim value As String
 
XdsGlobal.OIDRoot = value
 
value = XdsGlobal.OIDRoot
public static string OIDRoot {get; set;}
public:
static property String^ OIDRoot {
   String^ get();
   void set (    String^ value);
}
Remarks

If not set explicitly, then a "statistically unique" (i.e. not guaranteed) UID generation technique is used instead

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