public string ApiKey { get; set; }Public Property ApiKey As String
Get
Set
Dim instance As PaySDKConfigAmbiente
Dim value As String
value = instance.ApiKey
instance.ApiKey = valuepublic:
property String^ ApiKey {
String^ get ();
void set (String^ value);
}