BuildPolicy.GetAssemblyName Method
This member overrides PolicyBase.GetAssemblyName().
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Overrides Function GetAssemblyName As String
public override string GetAssemblyName()
public:
virtual String^ GetAssemblyName() override
abstract GetAssemblyName : unit -> string
override GetAssemblyName : unit -> string
public override function GetAssemblyName() : String
Return Value
Type: System.String
Returns String.
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.