GraphObject::GetValue Method (String^)

 

Gets the value of the specified property.

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

public:
Object^ GetValue(
	String^ propertyId
)

Parameters

propertyId
Type: System::String^

Annotation key.

Return Value

Type: System::Object^

Object associated with the property, or null.

Return to top
Show: