This documentation is archived and is not being maintained.

PolicyBase::GetAssemblyName Method

Only override this for backward compatibility where you want to specify a different assembly name for the checkin policy in order to maintain backward compatibility with a previously released version of the checkin policy.

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

public:
virtual String^ GetAssemblyName()

Return Value

Type: System::String
The assembly name that should be stored in the metadata.

Implements

IPolicyCompatibility::GetAssemblyName()

Show: