SystemSettingsGetCriteria 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 criteria for SystemSettingsGet operation
public ref class SystemSettingsGetCriteria sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemSettingsGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSettingsGetCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemSettingsGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsGetCriteria = class
inherit DataContractBase
Public NotInheritable Class SystemSettingsGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SystemSettingsGetCriteria specifies the criteria for the SystemSettingsGet(SystemSettingsGetRequest) operation. Each parameter is optional; those specified are combined with an AND. Leave all parameters empty to get all metadata.
Constructors
SystemSettingsGetCriteria() |
Initializes a new instance of the SystemSettingsGetCriteria class. |
Properties
Group |
The name of the system settings group to filter on. If not supplied all system setting groups will be 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. |