XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / ClassCode Property



ClassCode Property
The code specifying the particular kind of document
Syntax
Public Property ClassCode As XdsCode
Dim instance As XdsDocument
Dim value As XdsCode
 
instance.ClassCode = value
 
value = instance.ClassCode
public XdsCode ClassCode {get; set;}
public:
property XdsCode^ ClassCode {
   XdsCode^ get();
   void set (    XdsCode^ value);
}
Remarks

This property corresponds to the XDSDocumentEntry.classCode Classification

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