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。
- 属性
注解
此属性是元属性,这意味着不能在运行时更改它。 在运行时创建属性实例后,元属性不会更改,因此属性必须在设计时设置为文本值。