Partager via


Propriété TopicId

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Utilisation
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>

Valeur de propriété

Type : System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >