Workstation.OfflineMetadataFileRoot Property
Returns the directory location where workspace local version metadata files are stored.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property OfflineMetadataFileRoot As String
public static string OfflineMetadataFileRoot { get; }
public:
static property String^ OfflineMetadataFileRoot {
String^ get ();
}
static member OfflineMetadataFileRoot : string with get
static function get OfflineMetadataFileRoot () : String
Property Value
Type: System.String
The directory location where workspace local version metadata files are stored.
.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.