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