ToolsMenuItemBase.AccessModifiers Property

Definition

Gets the collection of the AccessModifier control.

protected:
 property System::Collections::Generic::List<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IAccessModifier ^> ^ AccessModifiers { System::Collections::Generic::List<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IAccessModifier ^> ^ get(); };
protected System.Collections.Generic.List<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IAccessModifier> AccessModifiers { get; }
member this.AccessModifiers : System.Collections.Generic.List<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IAccessModifier>
Protected ReadOnly Property AccessModifiers As List(Of IAccessModifier)

Property Value

Returns the collection of the AccessModifier control.

Applies to