GraphPropertyCollection.Properties Property

Definition

Gets the GraphProperties

public:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,Microsoft.VisualStudio.GraphModel.GraphProperty> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, Microsoft.VisualStudio.GraphModel.GraphProperty>
Public ReadOnly Property Properties As Dictionary(Of String, GraphProperty)

Property Value

The GraphProperties

Applies to