IOwnerEntityBaseDeletedBy Property |
Get the id of the user who have delete the entity
Namespace:
AskiaPortalCmn.Entities
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Nullable<int> DeletedBy { get; }
ReadOnly Property DeletedBy As Nullable(Of Integer)
Get
property Nullable<int> DeletedBy {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32See Also