IconName Property (IEdmState5)
Gets the name of the icon used in the workflow graph.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IconName As System.String |
C# | |
---|
System.string IconName {get;} |
C++/CLI | |
---|
property System.String^ IconName {
System.String^ get();
} |
Property Value
Name of the icon
Remarks
See Also