[This is preliminary documentation and is subject to change.]

Interface property for the authentication ticket

Namespace:  OfficeClip.BusinessLayer.Extranet.Utility
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
AuthTkt eAuthTkt { get; }
Visual Basic (Declaration)
ReadOnly Property eAuthTkt As AuthTkt
Visual C++
property AuthTkt^ eAuthTkt {
	AuthTkt^ get ();
}

See Also