GuiResources.GetBool Method
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared Function GetBool ( _
resourceName As String _
) As Boolean
public static bool GetBool(
string resourceName
)
public:
static bool GetBool(
String^ resourceName
)
static member GetBool :
resourceName:string -> bool
public static function GetBool(
resourceName : String
) : boolean
Parameters
- resourceName
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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.