HasValue Method
Summary
Determines whether the requested property's value has been set.
Syntax
public bool HasValue(
string name
)
Public Function HasValue(
ByVal name As String
) As Boolean
public:
bool HasValue(
String^ name
)
Parameters
name
Name of the property to check.
Return Value
True if the value was set.