CadOwnedObjectBase.StorageFlag

CadOwnedObjectBase.StorageFlag property

Gets or sets a value indicating that this entity has associated binary data in the data store.

public virtual bool StorageFlag { get; set; }

Property Value

true if the entity has associated binary data.

See Also