DiffOptions.VssFormatType Property
Gets or sets the VSS output subtype that will be used when formatting the output stream.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Property VssFormatType As VssOutputType
'Usage
Dim instance As DiffOptions
Dim value As VssOutputType
value = instance.VssFormatType
instance.VssFormatType = value
public VssOutputType VssFormatType { get; set; }
public:
property VssOutputType VssFormatType {
VssOutputType get ();
void set (VssOutputType value);
}
public function get VssFormatType () : VssOutputType
public function set VssFormatType (value : VssOutputType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.VssOutputType
Remarks
This property is strictly for backward compatibility. This property uses VssOutputType.Vss as the default option, as does the VSS command line.
.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.