GraphObject::HasValue Method (String^)

 

Find out whether the object has a value for the specified property.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
bool HasValue(
	String^ propertyId
)

Parameters

propertyId
Type: System::String^

Property name.

Return Value

Type: System::Boolean

True if the object has a value for the given property.

Return to top
Show: