This documentation is archived and is not being maintained.

PolicyBase::Description Property

Gets the description of this policy.

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

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

Property Value

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

Implements

IPolicyDefinition::Description

Show: