Click or drag to resize

AttributeValueHasValue Method

Returns a value indicating whether the specified value is present on this attribute

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public bool HasValue(
	Object value
)

Parameters

value
Type: SystemObject
The value to test

Return Value

Type: Boolean
True if the specified value is present, or false if it is not
See Also