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
Public method SystemPropertiesGetRequest() Initializes a new instance of the SystemPropertiesGetRequest class that has default values.
Public method SystemPropertiesGetRequest(International) Initializes a new instance of the SystemPropertiesGetRequest class that has the specified cultural settings.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field 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.

See Also

Reference

Microsoft.MasterDataServices Namespace