SystemSettingsGetCriteria Class

Definition

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
SystemSettingsGetCriteria
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to