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

true if the tracking ticket will be sent to the user after he/she enters the issue

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

Syntax

C#
public bool TrackingTicketRequired { get; }
Visual Basic (Declaration)
Public ReadOnly Property TrackingTicketRequired As Boolean
Visual C++
public:
property bool TrackingTicketRequired {
	bool get ();
}

See Also