ContentPropertyAttribute.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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以下内容相关:
空字符串将反序列化为 null 值。
绑定到使用
ContentProperty字段的字段ActivityBind不会序列化为 .ContentPropertyContentProperty工作流标记不支持与非内容属性的交错。