DiffOptions.CodePageOverride Property
Gets or sets the code page override from the command-line.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Property CodePageOverride As Integer
'Usage
Dim instance As DiffOptions
Dim value As Integer
value = instance.CodePageOverride
instance.CodePageOverride = value
public int CodePageOverride { get; set; }
public:
property int CodePageOverride {
int get ();
void set (int value);
}
public function get CodePageOverride () : int
public function set CodePageOverride (value : int)
Property Value
Type: System.Int32
A non-zero value indicates the override will be provided.
.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.