Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the AccessibilityName for the ToolStrip.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ToolStripAccessibilityName As String
public string ToolStripAccessibilityName { get; set; }
public:
property String^ ToolStripAccessibilityName {
String^ get ();
void set (String^ value);
}
member ToolStripAccessibilityName : string with get, set
function get ToolStripAccessibilityName () : String
function set ToolStripAccessibilityName (value : String)
Property Value
Type: System.String
Returns String.
.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.