DiffOptions.VssFormatType Property

Returns the VSS output subtype that will be used when formatting the output stream (if any at all).

This property is strictly for backward compatibility purposes. This property defaults to VssOutputType.Vss as does the VSS command line.

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

Syntax

'Declaration
Public Property VssFormatType As VssOutputType
public VssOutputType VssFormatType { get; set; }
public:
property VssOutputType VssFormatType {
    VssOutputType get ();
    void set (VssOutputType value);
}
member VssFormatType : VssOutputType with get, set
function get VssFormatType () : VssOutputType 
function set VssFormatType (value : VssOutputType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.VssOutputType
Returns the kind of VSS diff output that will be generated.

.NET Framework Security

See Also

Reference

DiffOptions Class

Microsoft.TeamFoundation.VersionControl.Common Namespace