AttributeValueCollectionContainsAttribute Method |
Gets a value indicating whether the collection contains a specific attribute
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic bool ContainsAttribute(
string attributeName
)
Public Function ContainsAttribute (
attributeName As String
) As Boolean
public:
bool ContainsAttribute(
String^ attributeName
)
Parameters
- attributeName
- Type: SystemString
The name of the attribute
Return Value
Type:
BooleanTrue if the collection contains the specified attribute
See Also