This documentation is archived and is not being maintained.

PolicyBase::TypeDescription Property

Gets the description of this kind of policy.

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

public:
virtual property String^ TypeDescription {
	String^ get () abstract;
}

Property Value

Type: System::String
The description of this kind of policy.

Implements

IPolicyDefinition::TypeDescription

Show: