ITableDataSource.SourceTypeIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.