XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / Role Property



In This Topic
    Role Property
    In This Topic
    The name of the role(s) that the author has.
    Syntax
    Public Property Role As XdsMultiString
    Dim instance As XdsAuthor
    Dim value As XdsMultiString
     
    instance.Role = value
     
    value = instance.Role
    public XdsMultiString Role {get; set;}
    public:
    property XdsMultiString^ Role {
       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