ProvisioningAccountAccountProperties Property |
[Missing <summary> documentation for "P:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ProvisioningAccount.AccountProperties"]
Namespace:
Atomia.Billing.Core.Sdk.AtomiaProvisioningApi
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Dictionary<string, string> AccountProperties { get; set; }
Public Property AccountProperties As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ AccountProperties {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member AccountProperties : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also