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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.