Share via


HelpContextAttribute.HelpCollection Property

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

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
Public ReadOnly Property HelpCollection As String 
    Get
'Usage
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

Property Value

Type: System.String
A String containing the Help collection from which to obtain the Help.

See Also

Reference

HelpContextAttribute Class

Microsoft.SqlServer.Dts.Design Namespace