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
Syntaxpublic bool HasValue(
Object value
)
Public Function HasValue (
value As Object
) As Boolean
public:
bool HasValue(
Object^ value
)
Parameters
- value
- Type: SystemObject
The value to test
Return Value
Type:
BooleanTrue if the specified value is present, or false if it is not
See Also