IPublishProperties3.UpdateEnabled 属性

定义

获取或设置一个值,该值指示用户是否可以更新应用程序。

public:
 property bool UpdateEnabled { bool get(); void set(bool value); };
public:
 property bool UpdateEnabled { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(22)]
public bool UpdateEnabled { get; set; }
[<System.Runtime.InteropServices.DispId(22)>]
member this.UpdateEnabled : bool with get, set
Public Property UpdateEnabled As Boolean

属性值

Boolean

true 允许用户更新应用程序;否则为 false

实现

属性

适用于