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

Get or set 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; set; }
Public Property Principal As PrincipalInfo
public:
property PrincipalInfo^ Principal {
	PrincipalInfo^ get ();
	void set (PrincipalInfo^ value);
}

Return Value

the PrincipalInfo that this AdminACLEntry applies to.

See Also