EntryCopyOptionsNewName Property |
Gets or sets the name to use for the copy.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string? NewName { get; set; }
Public Property NewName As String
Get
Set
public:
property String^ NewName {
String^ get ();
void set (String^ value);
}
member NewName : string with get, set
Property Value
Type:
String
The name to use for the copy, or
to use the same name as the source entry.
See Also