CorrelationCallbackMessageProperty.IsFullyDefined 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 CorrelationCallbackMessageProperty 是否有所有必要的相互關聯資料。
public:
property bool IsFullyDefined { bool get(); };
public bool IsFullyDefined { get; }
member this.IsFullyDefined : bool
Public ReadOnly Property IsFullyDefined As Boolean
屬性值
如果有所有必要的相互關聯資料,則為 true
,否則為 false
。
備註
當新增所有必要的資料時,清單會是空的 NeededData ,並 IsFullyDefined 傳 true
回 。