ContentPropertyAttribute.Name 属性

定义

获取表示内容属性的名称的 StringGets the String representing the name of the content property.

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

属性值

String

表示内容属性的名称的 StringThe String representing the name of the content property.

注解

以下限制与 ContentPropertyAttribute 有关:The following restrictions pertain to ContentPropertyAttribute:

  • TypeStack<T>Queue<T> 是不支持的 ContentProperty 类型。Type, Stack<T>, and Queue<T> are not supported ContentProperty types.

  • 空字符串将反序列化为 Null 值。An empty string will be deserialized as a null value.

  • 使用 ContentProperty 绑定到字段的 ActivityBind 不会被序列化为 ContentPropertyA ContentProperty which binds to a field using ActivityBind will not be serialized as a ContentProperty.

  • 工作流标记中不支持与非内容属性交错的 ContentPropertyContentProperty that interleaves with non-content property is not supported in workflow markup.

适用于