Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
.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.