Share via


DeploymentProjectBuilder.Renames Property

Gets or sets the list of file renames that occur during deployment.

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

Syntax

'Declaration
Protected Friend Property Renames As Dictionary(Of String, String)
protected internal Dictionary<string, string> Renames { get; private set; }
protected public:
property Dictionary<String^, String^>^ Renames {
    Dictionary<String^, String^>^ get ();
    private: void set (Dictionary<String^, String^>^ value);
}
member Renames : Dictionary<string, string> with get, private set
function get Renames () : Dictionary<String, String>
private function set Renames (value : Dictionary<String, String>)

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace