Click or drag to resize

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
Syntax
public bool ContainsAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The name of the attribute

Return Value

Type: Boolean
True if the collection contains the specified attribute
See Also