Condividi tramite


Proprietà ConnectionProperties.FieldDefinitionValues

 

Facoltativa. Ottiene o imposta i valori dei campi definizione della connessione.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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)

Valore proprietà

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

Vedere anche

Classe ConnectionProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio