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

属性

注解

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

适用于