WorkflowSymbol.FileName 属性

定义

获取或设置工作流符号的文件名。Gets or sets the file name for the workflow symbol.

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

属性值

String

用于工作流符号的文件名。The file name for the workflow symbol.

适用于