SystemPropertiesGetRequest Class
Defines the message contract for the system properties get request.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.SystemPropertiesGetRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "SystemPropertiesGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemPropertiesGetRequest
'Usage
Dim instance As SystemPropertiesGetRequest
[MessageContractAttribute(WrapperName = "SystemPropertiesGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SystemPropertiesGetRequest
[MessageContractAttribute(WrapperName = L"SystemPropertiesGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SystemPropertiesGetRequest
[<MessageContractAttribute(WrapperName = "SystemPropertiesGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SystemPropertiesGetRequest = class end
public class SystemPropertiesGetRequest
The SystemPropertiesGetRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SystemPropertiesGetRequest() | Initializes a new instance of the SystemPropertiesGetRequest class that has default values. | |
SystemPropertiesGetRequest(International) | Initializes a new instance of the SystemPropertiesGetRequest class that has the specified cultural settings. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
International | The cultural settings. |
Top
Remarks
This request contains no input parameters.
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.