XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / DocumentEntryEventCodeSet Property



In This Topic
    DocumentEntryEventCodeSet Property
    In This Topic
    Optional, Multiple Values for FindDocuments
    Syntax
    Public Property DocumentEntryEventCodeSet As List(Of List(Of XdsCode))
    Dim instance As XdsQueryRequest
    Dim value As List(Of List(Of XdsCode))
     
    instance.DocumentEntryEventCodeSet = value
     
    value = instance.DocumentEntryEventCodeSet
    public List<List<XdsCode>> DocumentEntryEventCodeSet {get; set;}
    public:
    property List<List<XdsCode^>^>^ DocumentEntryEventCodeSet {
       List<List<XdsCode^>^>^ get();
       void set (    List<List<XdsCode^>^>^ 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