XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / Institution Property



Institution Property
The name of the institution(s) that the author is affiliated to.
Syntax
Public Property Institution As XdsMultiString
Dim instance As XdsAuthor
Dim value As XdsMultiString
 
instance.Institution = value
 
value = instance.Institution
public XdsMultiString Institution {get; set;}
public:
property XdsMultiString^ Institution {
   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