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 (25.3.0.1000)
Syntaxpublic 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