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的类型。

  • 空字符串将反序列化为 null 值。

  • 绑定到使用ContentProperty字段的字段ActivityBind不会序列化为 .ContentProperty

  • ContentProperty 工作流标记不支持与非内容属性的交错。

适用于