EntryCreationOptionsAutoGenerateNameOptions Property |
Gets or sets options for automatic name generation (ignored unless
AutoGenerateName is
).
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public AutoGenerateNameOptions? AutoGenerateNameOptions { get; set; }
Public Property AutoGenerateNameOptions As AutoGenerateNameOptions?
Get
Set
public:
property Nullable<AutoGenerateNameOptions> AutoGenerateNameOptions {
Nullable<AutoGenerateNameOptions> get ();
void set (Nullable<AutoGenerateNameOptions> value);
}
member AutoGenerateNameOptions : Nullable<AutoGenerateNameOptions> with get, set
Property Value
Type:
NullableAutoGenerateNameOptionsSee Also