Condividi tramite


Proprietà DeploymentContributorConfigurationSetup.Properties

Ottiene un dizionario contenente le proprietà e le impostazioni correnti.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
public IDictionary<string, Object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
member Properties : IDictionary<string, Object>
function get Properties () : IDictionary<String, Object>

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, Object>
Dizionario di proprietà e di impostazioni.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentContributorConfigurationSetup Classe

Spazio dei nomi Microsoft.Data.Schema.Build