DocumentService.IWorkItemControlHost.SupportsSendToMail Property

Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsSendToMail As Boolean 
    Implements IWorkItemControlHost.SupportsSendToMail
bool IWorkItemControlHost.SupportsSendToMail { get; }
private:
virtual property bool SupportsSendToMail {
    bool get () sealed = IWorkItemControlHost::SupportsSendToMail::get;
}
private abstract SupportsSendToMail : bool with get 
private override SupportsSendToMail : bool with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IWorkItemControlHost.SupportsSendToMail

.NET Framework Security

See Also

Reference

DocumentService Class

Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace