Share via


GraphPropertyCollection.Properties Property

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

Syntax

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

Property Value

Type: System.Collections.Generic.Dictionary<String, GraphProperty>

.NET Framework Security

See Also

Reference

GraphPropertyCollection Class

Microsoft.VisualStudio.GraphModel Namespace