Edit

Share via


WorkflowDesignerLoader.FileName Property

Definition

When overridden in a derived class, gets the file name of the designer to load.

public:
 abstract property System::String ^ FileName { System::String ^ get(); };
public abstract string FileName { get; }
member this.FileName : string
Public MustOverride ReadOnly Property FileName As String

Property Value

A string that contains the file name of the designer to load.

Applies to