ContentPropertyAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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();
public ContentPropertyAttribute ();
Public Sub New ()
Applies to
ContentPropertyAttribute(String)
Initializes a new instance of the ContentPropertyAttribute class, initializing the Name property.
public:
ContentPropertyAttribute(System::String ^ name);
public ContentPropertyAttribute (string name);
new System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute : string -> System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute
Public Sub New (name As String)
Parameters
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 usingActivityBind
will not be serialized as aContentProperty
.ContentProperty
that interleaves with non-content property is not supported in workflow markup.