SystemDomainListGetCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The cretiera for SystemDomainListGet operation
public ref class SystemDomainListGetCriteria sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemDomainListGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemDomainListGetCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemDomainListGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetCriteria = class
inherit DataContractBase
Public NotInheritable Class SystemDomainListGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
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.
Constructors
SystemDomainListGetCriteria() |
Initializes a new instance of the SystemDomainListGetCriteria class. |
Properties
ListCode |
The name of the domain list to filter on. If not supplied all domain list will be returned. |
ListGroup |
The individual list grouping, or category, to filter on. If not supplied all list groups are returned. |
ListOption |
The individual list option to filter on. If not supplied all list options are returned. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |