SystemDomainListGetCriteria Class
The cretiera for SystemDomainListGet operation
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SystemDomainListGetCriteria
| Name | Description | |
|---|---|---|
![]() | SystemDomainListGetCriteria() | Initializes a new instance of the SystemDomainListGetCriteria class. |
| Name | Description | |
|---|---|---|
![]() | ListCode | Gets or sets the name of the domain list to filter on. If not supplied all domain list will be returned. |
![]() | ListGroup | Gets or sets the individual list grouping, or category, to filter on. If not supplied all list groups are returned. |
![]() | ListOption | Gets or sets the individual list option to filter on. If not supplied all list options are returned. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The SystemDomainListGetCriteria specifies the criteria for operation. Each parameter is optional; those specified are combined with an AND. Leave all parameters empty to get all metadata.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

