Share via


RenameReferenceContributorInput.NewName Property

Gets the new name for the selected schema object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property NewName As String
'Usage
Dim instance As RenameReferenceContributorInput 
Dim value As String 

value = instance.NewName
public string NewName { get; }
public:
property String^ NewName {
    String^ get ();
}
public function get NewName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RenameReferenceContributorInput Class

RenameReferenceContributorInput Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename Namespace