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
Syntaxpublic bool HasValue(
string name
)
Public Function HasValue (
name As String
) As Boolean
public:
bool HasValue(
String^ name
)
Parameters
- name
- Type: SystemString
The name of the attribute
Return Value
Type:
BooleanReturns true if the attribute has a value and false if the attribute is not present on the object or is null
See Also