ExplicitlyAllowedUserIsElementName Method |
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax protected override bool IsElementName(
string elementName
)
Protected Overrides Function IsElementName (
elementName As String
) As Boolean
protected:
virtual bool IsElementName(
String^ elementName
) override
abstract IsElementName :
elementName : string -> bool
override IsElementName :
elementName : string -> bool
Parameters
- elementName
- Type: SystemString
The name of the element to verify.
Return Value
Type:
Boolean if the element exists in the collection; otherwise,
.
See Also