XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / Data Property



Data Property
The contents of the document
Syntax
Public Property Data As Byte()
Dim instance As XdsDocument
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data
public byte[] Data {get; set;}
public:
property array<byte>^ Data {
   array<byte>^ get();
   void set (    array<byte>^ value);
}
Remarks
This property may be populated (e.g when submitting a document, or when the document is part of the XdsRetrieveResponse.Documents collection, but will atother times be null - e.g. when the document has been generated as a result of a Registry Stored Query.
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