XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / DocumentEntryAuthorPerson Property



In This Topic
    DocumentEntryAuthorPerson Property
    In This Topic
    Multiple values for FindDocument and FindDocumentsByReferenceId
    Syntax
    Public Property DocumentEntryAuthorPerson As XdsMultiString
    Dim instance As XdsQueryRequest
    Dim value As XdsMultiString
     
    instance.DocumentEntryAuthorPerson = value
     
    value = instance.DocumentEntryAuthorPerson
    public XdsMultiString DocumentEntryAuthorPerson {get; set;}
    public:
    property XdsMultiString^ DocumentEntryAuthorPerson {
       XdsMultiString^ get();
       void set (    XdsMultiString^ value);
    }
    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