EventRecord.ProviderId 屬性

定義

取得發行這個事件之事件提供者的全域唯一識別項 (GUID)。

public:
 abstract property Nullable<Guid> ProviderId { Nullable<Guid> get(); };
public abstract Guid? ProviderId { get; }
member this.ProviderId : Nullable<Guid>
Public MustOverride ReadOnly Property ProviderId As Nullable(Of Guid)

屬性值

傳回 GUID 值。 這個值可以是 Null。

適用於

另請參閱