F1KeywordAttribute.TopicId Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the topic identifier for the help topic.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Usage
Dim instance As F1KeywordAttribute 
Dim value As Nullable(Of Integer)

value = instance.TopicId
public Nullable<int> TopicId { get; }
public:
property Nullable<int> TopicId {
    Nullable<int> get ();
}
member TopicId : Nullable<int>
function get TopicId () : Nullable<int>

Property Value

Type: System.Nullable<Int32>
The topic identifier for the help topic

See Also

Reference

F1KeywordAttribute Class

Microsoft.ReportingServices.Interfaces Namespace