SystemPropertiesGetRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.