SequentialWorkflowHeaderFooter.Text 属性

定义

获取或设置与页眉或页脚关联的文本说明。

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

属性值

String

包含与 SequentialWorkflowHeaderFooter 关联的文本说明的字符串。

适用于