CustomerCreatedEventArgsPassword Property |
Gets the password.
Namespace:
Atomia.Billing.Core.Sdk.Events.Customers
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string Password { get; }
Public ReadOnly Property Password As String
Get
public:
property String^ Password {
String^ get ();
}
member Password : string with get
Property Value
Type:
StringThe password.
See Also