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