SystemSettingsGetCriteria Class
Represents the criteria of a system settings group for retrieval.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.SystemSettingsGetCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SystemSettingsGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSettingsGetCriteria _
Inherits DataContractBase
'Usage
Dim instance As SystemSettingsGetCriteria
[DataContractAttribute(Name = "SystemSettingsGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSettingsGetCriteria : DataContractBase
[DataContractAttribute(Name = L"SystemSettingsGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemSettingsGetCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemSettingsGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsGetCriteria =
class
inherit DataContractBase
end
public final class SystemSettingsGetCriteria extends DataContractBase
The SystemSettingsGetCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SystemSettingsGetCriteria | Initializes a new instance of the SystemSettingsGetCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
Group | Gets or sets the name of the system settings group to filter on. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace