EntryCopyOptionsEntityCopyOptions Property |
Gets or sets the options for copying entities.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public EntityCopyOptions? EntityCopyOptions { get; set; }
Public Property EntityCopyOptions As EntityCopyOptions
Get
Set
public:
property EntityCopyOptions^ EntityCopyOptions {
EntityCopyOptions^ get ();
void set (EntityCopyOptions^ value);
}
member EntityCopyOptions : EntityCopyOptions with get, set
Property Value
Type:
EntityCopyOptions
The options for copying entities, or
to specify that the default options should be used.
See Also