[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the principal that this entry applies to.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public PrincipalInfo Principal { get; }
Public ReadOnly Property Principal As PrincipalInfo
public:
property PrincipalInfo^ Principal {
	PrincipalInfo^ get ();
}

Return Value

the PrincipalInfo that this ACLEntry applies to.

See Also