XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / Title Property



Title Property (XdsSubmissionSet)
Represents the title of the Submission Set
Syntax
Public Property Title As XdsInternationalString
Dim instance As XdsSubmissionSet
Dim value As XdsInternationalString
 
instance.Title = value
 
value = instance.Title
public XdsInternationalString Title {get; set;}
public:
property XdsInternationalString^ Title {
   XdsInternationalString^ get();
   void set (    XdsInternationalString^ value);
}
Remarks

This property corresponds to the XDSSubmissionSet.title Attribute, which actually uses the ebXML "Name" 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