OperationContainerItem Property (Object) |
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AuthorizationContainer this[
Object fullClassName
] { get; }
Public ReadOnly Default Property Item (
fullClassName As Object
) As AuthorizationContainer
Get
public:
property AuthorizationContainer^ default[Object^ fullClassName] {
AuthorizationContainer^ get (Object^ fullClassName);
}
member Item : AuthorizationContainer with get
Parameters
- fullClassName
- Type: SystemObject
The key of the AuthorizationContainer to retrieve.
Property Value
Type:
AuthorizationContainerSee Also