WorkItemsListViewHelperVS.DoesCurrentVsSkuSupportCodeReview Property
Returns true if current SKU supports code review Team Explorer page.
Namespace: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DoesCurrentVsSkuSupportCodeReview As Boolean
public override bool DoesCurrentVsSkuSupportCodeReview { get; }
public:
virtual property bool DoesCurrentVsSkuSupportCodeReview {
bool get () override;
}
abstract DoesCurrentVsSkuSupportCodeReview : bool with get
override DoesCurrentVsSkuSupportCodeReview : bool with get
override function get DoesCurrentVsSkuSupportCodeReview () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
WorkItemsListViewHelperVS Class
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace