VersionControlProjectInfo.SupportsTFVC Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SupportsTFVC As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool SupportsTFVC { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool SupportsTFVC {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SupportsTFVC : bool with get, set
function get SupportsTFVC () : boolean
function set SupportsTFVC (value : 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.