ServiceCheckGetRequest 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 ServiceCheckGetRequest class.
Overloads
ServiceCheckGetRequest() |
Initializes a new instance of the ServiceCheckGetRequest class with default values. |
ServiceCheckGetRequest(International) |
Initializes a new instance of the ServiceCheckGetRequest class with the specified cultural settings. |
ServiceCheckGetRequest()
Initializes a new instance of the ServiceCheckGetRequest class with default values.
public:
ServiceCheckGetRequest();
public ServiceCheckGetRequest ();
Public Sub New ()
Applies to
ServiceCheckGetRequest(International)
Initializes a new instance of the ServiceCheckGetRequest class with the specified cultural settings.
public:
ServiceCheckGetRequest(Microsoft::MasterDataServices::International ^ International);
public ServiceCheckGetRequest (Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.ServiceCheckGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.ServiceCheckGetRequest
Public Sub New (International As International)
Parameters
- International
- International
The cultural settings.