XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / Speciality Property



Speciality Property
The name of the speciality(s) associated with the author
Syntax
Public Property Speciality As XdsMultiString
Dim instance As XdsAuthor
Dim value As XdsMultiString
 
instance.Speciality = value
 
value = instance.Speciality
public XdsMultiString Speciality {get; set;}
public:
property XdsMultiString^ Speciality {
   XdsMultiString^ get();
   void set (    XdsMultiString^ value);
}
Remarks
This is an XdsMultiString object, allowing assigment from a string, string[] or List<string>
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