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
- 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.
See Also
Reference
ContributorConfigurationSetup Class