EntryCreationOptionsAutoGenerateName Property  | 
 
            Gets or sets a value indicating whether the entry name should be automatically generated by the system.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool AutoGenerateName { get; set; }Public Property AutoGenerateName As Boolean
	Get
	Set
public:
property bool AutoGenerateName {
	bool get ();
	void set (bool value);
}member AutoGenerateName : bool with get, set
Property Value
Type: 
Boolean if automatic name generation should be used; otherwise, 
.
            
Remarks
            If this option is turned on, the specified name will be used as a prefix for the generated name. If the specified
            name is 
 or 
Empty, the name will be completely auto-generated.
            
See Also