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 automation name.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property AutomationName As String
public virtual string AutomationName { get; set; }
public:
virtual property String^ AutomationName {
String^ get ();
void set (String^ value);
}
abstract AutomationName : string with get, set
override AutomationName : string with get, set
function get AutomationName () : String
function set AutomationName (value : String)
Property Value
Type: String
The automation name.
.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.