Activity.Description 属性

定义

获取或设置 Activity 的用户定义说明。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(true)]
public string Description { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Description : string with get, set
Public Property Description As String

属性值

Activity 的文本说明。

属性

注解

此属性是元属性,这意味着它不能在运行时更改。 在运行时创建了属性实例之后,元属性不发生更改,因此该属性必须在设计时设置为文本值。

适用于