Share via


DeploymentContributorContext.Arguments Property

Gets or sets a dictionary of named arguments and their values.

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

Syntax

'Declaration
Public ReadOnly Property Arguments As Dictionary(Of String, String)
public Dictionary<string, string> Arguments { get; }
public:
property Dictionary<String^, String^>^ Arguments {
    Dictionary<String^, String^>^ get ();
}
member Arguments : Dictionary<string, string>
function get Arguments () : Dictionary<String, String>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>
A dictionary of arguments.

.NET Framework Security

See Also

Reference

DeploymentContributorContext Class

Microsoft.Data.Schema.Build Namespace