Share via


GraphPropertyCollection.Properties Property

Gets the GraphProperties

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

Syntax

'Declaration
Public ReadOnly Property Properties As Dictionary(Of String, GraphProperty)
public Dictionary<string, GraphProperty> Properties { get; }
public:
property Dictionary<String^, GraphProperty^>^ Properties {
    Dictionary<String^, GraphProperty^>^ get ();
}
member Properties : Dictionary<string, GraphProperty> with get
function get Properties () : Dictionary<String, GraphProperty>

Property Value

Type: Dictionary<String, GraphProperty>
The GraphProperties

.NET Framework Security

See Also

Reference

GraphPropertyCollection Class

Microsoft.VisualStudio.GraphModel Namespace