Share via


DeploymentProjectBuilder.Properties Property

Gets or sets the list of properties associated with this deployment project.

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

Syntax

'Declaration
Protected Friend Property Properties As Dictionary(Of String, Object)
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>)

Property Value

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

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace