Interface IWMPrincipalOwned
Must be implemented by all classes that represent objects owned by a WMPrincipal
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public interface IWMPrincipalOwned
Properties
Owner
Reference to the WMPrincipal that owns this object.
Declaration
WMPrincipal? Owner { get; }
Property Value
Type | Description |
---|---|
WMPrincipal |