Share via


ConnectionUpdateProperties.FieldDefinitionValues Property

 

Optional. Gets or sets the field definition values of the connection.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IDictionary<StringString>

See Also

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

Return to top