XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / TypeCode Property



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

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