Library.Serviceable 属性

定义

获取一个值,该值指示此库是否可以为此库提供服务(如果此库是包)。

public:
 property bool Serviceable { bool get(); };
public bool Serviceable { get; }
member this.Serviceable : bool
Public ReadOnly Property Serviceable As Boolean

属性值

如果可以服务此库,则 true;否则,false

适用于