IEntryBucket2.SourceTypeIdentifier Property

Definition

If this bucket should be treated as if it were an ITableEntry for purposes of event handling via ITableControlEventProcessor, what is the SourceTypeIdentifier of the "sorce" that provided it?.

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

Remarks

Return null if this bucket should not receive events.

Applies to