XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / FormatCode Property



FormatCode Property
Code globally uniquely specifying the format of the document.
Syntax
Public Property FormatCode As XdsCode
Dim instance As XdsDocument
Dim value As XdsCode
 
instance.FormatCode = value
 
value = instance.FormatCode
public XdsCode FormatCode {get; set;}
public:
property XdsCode^ FormatCode {
   XdsCode^ get();
   void set (    XdsCode^ value);
}
Remarks

This property corresponds to the XDSDocumentEntry.formatCode 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