ProvisioningAccountAccountProperties Property |
Gets or sets the Atomia Provisioning account properties.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
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,
StringThe account properties.
See Also