GraphObject.HasLocalValue(GraphProperty) Method

Definition

Return true if the specified property exists on this object with no cateogry inheritance check.

public:
 bool HasLocalValue(Microsoft::VisualStudio::GraphModel::GraphProperty ^ property);
public bool HasLocalValue (Microsoft.VisualStudio.GraphModel.GraphProperty property);
member this.HasLocalValue : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
Public Function HasLocalValue (property As GraphProperty) As Boolean

Parameters

property
GraphProperty

The property to find

Returns

True if property is set on this object

Applies to