DefaultSecurityNamespaceExtension.GetLocalizedActionDisplayName Method

Returns null for all bits.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Function GetLocalizedActionDisplayName ( _
    bit As Integer _
) As String
public virtual string GetLocalizedActionDisplayName(
    int bit
)
public:
virtual String^ GetLocalizedActionDisplayName(
    int bit
)
abstract GetLocalizedActionDisplayName : 
        bit:int -> string  
override GetLocalizedActionDisplayName : 
        bit:int -> string
public function GetLocalizedActionDisplayName(
    bit : int
) : String

Parameters

  • bit
    Type: System.Int32

    The bit the display name is needed for.

Return Value

Type: System.String
The localized name for the permission.

.NET Framework Security

See Also

Reference

DefaultSecurityNamespaceExtension Class

Microsoft.TeamFoundation.Framework.Server Namespace