Gets the name of the file's workflow state.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property StateName As System.String |
C# | |
---|
System.string StateName {get;} |
C++/CLI | |
---|
property System.String^ StateName {
System.String^ get();
} |
Property Value
Name of the file's workflow state
See Also