XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / Comments Property



Comments Property (XdsDocument)
Comments associated with the Document
Syntax
Public Property Comments As XdsInternationalString
Dim instance As XdsDocument
Dim value As XdsInternationalString
 
instance.Comments = value
 
value = instance.Comments
public XdsInternationalString Comments {get; set;}
public:
property XdsInternationalString^ Comments {
   XdsInternationalString^ get();
   void set (    XdsInternationalString^ value);
}
Remarks

This property corresponds to the XDSDocumentEntry.comments Attribute, which actually uses the ebXML "Description" attribute

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