SystemSettingsGetCriteria Class
The criteria for SystemSettingsGet operation
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SystemSettingsGetCriteria
| Name | Description | |
|---|---|---|
![]() | SystemSettingsGetCriteria() | Initializes a new instance of the SystemSettingsGetCriteria class. |
| Name | Description | |
|---|---|---|
![]() | Group | Gets or sets the name of the system settings group to filter on. If not supplied all system setting groups will be returned. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The SystemSettingsGetCriteria specifies the criteria for the SystemSettingsGet 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.

