ContributorConfigurationSetup.Properties Property

Gets a collection of properties.

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)
    Get
'Usage
Dim instance As ContributorConfigurationSetup
Dim value As IDictionary(Of String, Object)

value = instance.Properties
public IDictionary<string, Object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
function get Properties () : IDictionary<String, Object>
member Properties : IDictionary<string, Object>

Property Value

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

.NET Framework Security

See Also

Reference

ContributorConfigurationSetup Class

ContributorConfigurationSetup Members

Microsoft.Data.Schema.Build Namespace