Share via


ConnectionTypeProperties.FieldDefinitions Property

 

Optional. Gets or sets the field definitions of the connection type.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public IDictionary<string, FieldDefinition> FieldDefinitions { get; set; }
public:
property IDictionary<String^, FieldDefinition^>^ FieldDefinitions {
    IDictionary<String^, FieldDefinition^>^ get();
    void set(IDictionary<String^, FieldDefinition^>^ value);
}
member FieldDefinitions : IDictionary<string, FieldDefinition> with get, set
Public Property FieldDefinitions As IDictionary(Of String, FieldDefinition)

Property Value

Type: System.Collections.Generic.IDictionary<String, FieldDefinition>

See Also

ConnectionTypeProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top