Compartir a través de


TopicId Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Uso
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>

Valor de la propiedad

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