Свойство HelpContextAttribute.HelpCollection

Gets or sets a String containing the Help collection from which to retrieve the Help.

Пространство имен:  Microsoft.SqlServer.Dts.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
Public ReadOnly Property HelpCollection As String 
    Get
'Применение
Dim instance As HelpContextAttribute 
Dim value As String 

value = instance.HelpCollection
public string HelpCollection { get; }
public:
property String^ HelpCollection {
    String^ get ();
}
member HelpCollection : string
function get HelpCollection () : String

Значение свойства

Тип: System.String
A String containing the Help collection from which to obtain the Help.

См. также

Справочник

HelpContextAttribute Класс

Пространство имен Microsoft.SqlServer.Dts.Design