AuthorizationExplicitlyAllowedUsers Property |
Gets or sets the ExplicitlyAllowedUsers.
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual ExplicitlyAllowedUser ExplicitlyAllowedUsers { get; set; }
Public Overridable Property ExplicitlyAllowedUsers As ExplicitlyAllowedUser
Get
Set
public:
virtual property ExplicitlyAllowedUser^ ExplicitlyAllowedUsers {
ExplicitlyAllowedUser^ get ();
void set (ExplicitlyAllowedUser^ value);
}
abstract ExplicitlyAllowedUsers : ExplicitlyAllowedUser with get, set
override ExplicitlyAllowedUsers : ExplicitlyAllowedUser with get, set
Property Value
Type:
ExplicitlyAllowedUserSee Also