XdsObjects Help file
XdsObjects Namespace / XdsFolder Class / Comments Property



Comments Property (XdsFolder)
Comments associated with the folder
Syntax
Public Property Comments As XdsInternationalString
Dim instance As XdsFolder
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 XDSFolder.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