Share via


ITableDataSource.SourceTypeIdentifier Property

Definition

Identifier that describes the type of entries provided by this source (e.g. CommentTableDataSource).

public:
 property System::String ^ SourceTypeIdentifier { System::String ^ get(); };
public:
 property Platform::String ^ SourceTypeIdentifier { Platform::String ^ get(); };
public string SourceTypeIdentifier { get; }
member this.SourceTypeIdentifier : string
Public ReadOnly Property SourceTypeIdentifier As String

Property Value

Returns String.

Remarks

Different sources can have the same identifier (e.g. there could be multiple sources of ErrorTableDataSource).

This identifier cannot change over the lifetime of the ITableDataSource.

Applies to