BuildContributorContext.BuildProperties Property
Gets a dictionary of named properties and their values
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property BuildProperties As IDictionary(Of String, Object)
Get
'Usage
Dim instance As BuildContributorContext
Dim value As IDictionary(Of String, Object)
value = instance.BuildProperties
public IDictionary<string, Object> BuildProperties { get; }
public:
property IDictionary<String^, Object^>^ BuildProperties {
IDictionary<String^, Object^>^ get ();
}
member BuildProperties : IDictionary<string, Object>
function get BuildProperties () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>