Compartilhar via


Propriedade DeploymentProjectBuilder.Properties

Obtém ou define a lista de propriedades associadas a este projeto de implantação.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Protected Friend Property Properties As Dictionary(Of String, Object)
    Get
    Set
protected internal Dictionary<string, Object> Properties { get; set; }
protected public:
property Dictionary<String^, Object^>^ Properties {
    Dictionary<String^, Object^>^ get ();
    void set (Dictionary<String^, Object^>^ value);
}
member Properties : Dictionary<string, Object> with get, set
function get Properties () : Dictionary<String, Object>
function set Properties (value : Dictionary<String, Object>)

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<String, Object>

Segurança do .NET Framework

Consulte também

Referência

DeploymentProjectBuilder Classe

Namespace Microsoft.Data.Schema.Build