ContentPropertyAttribute.Name Property   
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.
Gets the String representing the name of the content property.
public:
 property System::String ^ Name { System::String ^ get(); };public string Name { get; }member this.Name : stringPublic ReadOnly Property Name As StringProperty Value
The String representing the name of the content property.
Remarks
The following restrictions pertain to ContentPropertyAttribute:
- Type, Stack<T>, and Queue<T> are not supported - ContentPropertytypes.
- An empty string will be deserialized as a null value. 
- A - ContentPropertywhich binds to a field using- ActivityBindwill not be serialized as a- ContentProperty.
- ContentPropertythat interleaves with non-content property is not supported in workflow markup.