This documentation is archived and is not being maintained.

UnsupportedDocumentVersionException::Version Property

Gets the version of the document that causes the exception.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property String^ Version {
	String^ get ();
	internal: void set (String^ value);
}

Property Value

Type: System::String
The version of the document that causes the exception.

Show: