Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the flag to indicate that files should be converted to the encoding specified by the Encoding property.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property IsConvertToEncoding As Boolean
'Usage
Dim instance As ResolutionOptions
Dim value As Boolean
value = instance.IsConvertToEncoding
instance.IsConvertToEncoding = value
public bool IsConvertToEncoding { get; set; }
public:
property bool IsConvertToEncoding {
bool get ();
void set (bool value);
}
public function get IsConvertToEncoding () : boolean
public function set IsConvertToEncoding (value : boolean)
Property Value
Type: System.Boolean
Remarks
This property and IsEncodingOverride must not both be set to true at the same time.
.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.