EventRecord.ProviderId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得發行這個事件之事件提供者的全域唯一識別項 (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。