Click or drag to resize

ResourceObjectHasValue Method

Gets a value indicating whether the specified attribute is present on the object and has value

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

Parameters

name
Type: SystemString
The name of the attribute

Return Value

Type: Boolean
Returns true if the attribute has a value and false if the attribute is not present on the object or is null
See Also