XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / XdsAuthor Constructor / XdsAuthor Constructor(String,XdsMultiString,XdsMultiString,XdsMultiString,XdsMultiString)
The name of the author
The author's Institution
The Role of the author
The Speciality of the author
Telecommunication address(es) for communicating with this Author



In This Topic
    XdsAuthor Constructor(String,XdsMultiString,XdsMultiString,XdsMultiString,XdsMultiString)
    In This Topic
    Create a new XdsAuthor object with all required data populated.
    Syntax
    Public Function New( _
       ByVal Name As String, _
       ByVal Institution As XdsMultiString, _
       ByVal Role As XdsMultiString, _
       ByVal Speciality As XdsMultiString, _
       ByVal Telecommunication As XdsMultiString _
    )
    Dim Name As String
    Dim Institution As XdsMultiString
    Dim Role As XdsMultiString
    Dim Speciality As XdsMultiString
    Dim Telecommunication As XdsMultiString
     
    Dim instance As New XdsAuthor(Name, Institution, Role, Speciality, Telecommunication)

    Parameters

    Name
    The name of the author
    Institution
    The author's Institution
    Role
    The Role of the author
    Speciality
    The Speciality of the author
    Telecommunication
    Telecommunication address(es) for communicating with this Author
    Remarks
    Due to the use of XdsMultiString objects for the Institution, Role and Speciality parameters, these may be simple strings, Arrays of Strings, Lists of Strings, or null.
    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