Activity.ShouldSerializeDisplayName 方法
定義
指出是否應序列化 DisplayName 屬性。Indicates whether the DisplayName property should be serialized.
public:
bool ShouldSerializeDisplayName();
public bool ShouldSerializeDisplayName ();
member this.ShouldSerializeDisplayName : unit -> bool
Public Function ShouldSerializeDisplayName () As Boolean
傳回
如果應序列化 DisplayName 屬性值,則為 true
,否則為 false
。true
if the DisplayName property value should be serialized; otherwise false
.