XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / DocumentEntryClassCodes Property



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