SystemPropertiesGetRequest Constructors

Definition

Initializes a new instance of the SystemPropertiesGetRequest class.

Overloads

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.

SystemPropertiesGetRequest()

Initializes a new instance of the SystemPropertiesGetRequest class that has default values.

public:
 SystemPropertiesGetRequest();
public SystemPropertiesGetRequest ();
Public Sub New ()

Applies to

SystemPropertiesGetRequest(International)

Initializes a new instance of the SystemPropertiesGetRequest class that has the specified cultural settings.

public:
 SystemPropertiesGetRequest(Microsoft::MasterDataServices::International ^ International);
public SystemPropertiesGetRequest (Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.SystemPropertiesGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.SystemPropertiesGetRequest
Public Sub New (International As International)

Parameters

International
International

The cultural settings.

Applies to