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)
Syntax
'Declaration
Public Overridable Function GetAssemblyName As String
public virtual string GetAssemblyName()
public:
virtual String^ GetAssemblyName()
abstract GetAssemblyName : unit -> string
override GetAssemblyName : unit -> string
public function GetAssemblyName() : String
Return Value
Type: System.String
The assembly name that should be stored in the metadata.
Implements
IPolicyCompatibility.GetAssemblyName()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.