SequentialWorkflowHeaderFooter.Text 属性
定义
获取或设置与页眉或页脚关联的文本说明。Gets or sets the text description associated with the header or footer.
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
属性值
包含与 SequentialWorkflowHeaderFooter 关联的文本说明的字符串。The string that contains the text description associated with the SequentialWorkflowHeaderFooter.