ContentPropertyAttribute.Name 属性
定义
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
属性值
表示内容属性的名称的 String。The String representing the name of the content property.
注解
以下限制与 ContentPropertyAttribute 有关:The following restrictions pertain to ContentPropertyAttribute:
Type、Stack<T> 和 Queue<T> 是不支持的
ContentProperty类型。Type, Stack<T>, and Queue<T> are not supportedContentPropertytypes.空字符串将反序列化为 Null 值。An empty string will be deserialized as a null value.
使用
ContentProperty绑定到字段的ActivityBind不会被序列化为ContentProperty。AContentPropertywhich binds to a field usingActivityBindwill not be serialized as aContentProperty.工作流标记中不支持与非内容属性交错的
ContentProperty。ContentPropertythat interleaves with non-content property is not supported in workflow markup.