Version

Status Property (DocumentProperties)

Gets or sets the current status of the document.
Syntax
public string Status {get; set;}

Property Value

A string representing the current status of the document.
Remarks

The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also