Activity.Description 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 的文本说明。
- 属性
注解
此属性是元属性,这意味着它不能在运行时更改。 在运行时创建了属性实例之后,元属性不发生更改,因此该属性必须在设计时设置为文本值。