Interface ISupportMultitenant
Represents an object with support for multiple tenants.
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
public interface ISupportMultitenant
Properties
OwnerId
Gets the owner of this object.
Declaration
Guid OwnerId { get; }
Property Value
System.Guid
|