Click or drag to resize

IUserDefinedEntitySilent Property

Get/Sets if the entity is in silent mode

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool Silent { get; set; }

Property Value

Type: Boolean
True to set the entity is in silent mode, otherwise false

Return Value

Type: Boolean
True if the entity is in silent mode, otherwise false

Implements

IEntitySilent
Remarks
When the entity is in silent mode, it will not display messages
See Also