Compartilhar via


ConnectionTypeProperties.FieldDefinitions Propriedade

 

Opcional. Obtém ou define as definições de campo do tipo de conexão.

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

Sintaxe

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)

Valor de propriedade

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

Consulte também

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

Retornar ao topo