Share via


ResolutionOptions.IsEncodingOverride Property

Gets or sets the flag to indicate that the file involved should be treated with the encoding specified in the Encoding property.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property IsEncodingOverride As Boolean
'Usage
Dim instance As ResolutionOptions 
Dim value As Boolean 

value = instance.IsEncodingOverride

instance.IsEncodingOverride = value
public bool IsEncodingOverride { get; set; }
public:
property bool IsEncodingOverride {
    bool get ();
    void set (bool value);
}
public function get IsEncodingOverride () : boolean 
public function set IsEncodingOverride (value : boolean)

Property Value

Type: System.Boolean

Remarks

This property and IsConvertToEncoding must not both be set to true at the same time.

.NET Framework Security

See Also

Reference

ResolutionOptions Class

ResolutionOptions Members

Microsoft.TeamFoundation.VersionControl.Client Namespace