DiffOptions.CommandLineOptions Property

Gets or sets the command-line options to pass to third-party tools.

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

Syntax

'Declaration
Public Property CommandLineOptions As String
'Usage
Dim instance As DiffOptions 
Dim value As String 

value = instance.CommandLineOptions

instance.CommandLineOptions = value
public string CommandLineOptions { get; set; }
public:
property String^ CommandLineOptions {
    String^ get ();
    void set (String^ value);
}
public function get CommandLineOptions () : String 
public function set CommandLineOptions (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DiffOptions Class

DiffOptions Members

Microsoft.TeamFoundation.VersionControl.Common Namespace