Share via


DeploymentContributorConfigurationSetup.Properties Property

Gets a dictionary that contains the current properties and settings.

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

Syntax

'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, Object)
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>

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>
A dictionary of property and settings.

.NET Framework Security

See Also

Reference

DeploymentContributorConfigurationSetup Class

Microsoft.Data.Schema.Build Namespace