Edit

Share via


ContentPropertyAttribute Constructors

Definition

Initializes a new instance of the ContentPropertyAttribute class.

Overloads

ContentPropertyAttribute()

Initializes a new instance of the ContentPropertyAttribute class.

ContentPropertyAttribute(String)

Initializes a new instance of the ContentPropertyAttribute class, initializing the Name property.

ContentPropertyAttribute()

Initializes a new instance of the ContentPropertyAttribute class.

public ContentPropertyAttribute ();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ContentPropertyAttribute(String)

Initializes a new instance of the ContentPropertyAttribute class, initializing the Name property.

public ContentPropertyAttribute (string name);

Parameters

name
String

A String that contains the value for the Name property.

Remarks

For Windows Workflow Foundation, the following restrictions pertain to ContentPropertyAttribute:

  • Type, Stack<T>, and Queue<T> are not supported ContentProperty types.

  • An empty string will be deserialized as a null value.

  • A ContentProperty which binds to a field using ActivityBind will not be serialized as a ContentProperty.

  • ContentProperty that interleaves with non-content property is not supported in workflow markup.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1