共用方式為


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

String,表示內容屬性的名稱。

備註

下列提供有關 ContentPropertyAttribute 的限制:

  • TypeStack<T>Queue<T> 不是支援的 ContentProperty 型別。

  • 空字串會還原序列化為 null 值。

  • 使用 ContentProperty 繫結至欄位的 ActivityBind 不會序列化為 ContentProperty

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

適用於