XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / Comments Property



Comments Property (XdsSubmissionSet)
Comments associated with the Submission Set
Syntax
Public Property Comments As XdsInternationalString
Dim instance As XdsSubmissionSet
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 XDSSubmissionSet.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