Compartilhar via


ConnectionUpdateProperties.FieldDefinitionValues Propriedade

 

Opcional. Obtém ou define os valores de definição de campo da conexão.

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

Sintaxe

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)

Valor de propriedade

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

Consulte também

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

Retornar ao topo