ContentPropertyAttribute.Name 屬性

定義

取得 String 代表內容屬性名稱的 。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

屬性值

代表 String 內容屬性的名稱。

備註

以下限制涉及:ContentPropertyAttribute

  • TypeStack<T>、 和 Queue<T> 都不是被支援 ContentProperty 的類型。

  • 空字串會被反序列化為空值。

  • ContentProperty若 A 綁定於欄位,ActivityBind則不會被序列化為 ContentProperty

  • ContentProperty 工作流程標記不支援與非內容屬性的交錯。

適用於