IPolicyCompatibility.GetAssemblyName Method

Used for backward compatibility where you must 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)

Syntax

'Declaration
Function GetAssemblyName As String
string GetAssemblyName()
String^ GetAssemblyName()
abstract GetAssemblyName : unit -> string
function GetAssemblyName() : String

Return Value

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

.NET Framework Security

See Also

Reference

IPolicyCompatibility Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace