LicenseContext.UsageMode 属性
定义
当在派生类中被重写时,获取一个指定何时可使用许可证的值。When overridden in a derived class, gets a value that specifies when you can use a license.
public:
virtual property System::ComponentModel::LicenseUsageMode UsageMode { System::ComponentModel::LicenseUsageMode get(); };
public virtual System.ComponentModel.LicenseUsageMode UsageMode { get; }
member this.UsageMode : System.ComponentModel.LicenseUsageMode
Public Overridable ReadOnly Property UsageMode As LicenseUsageMode
属性值
LicenseUsageMode 值之一,指定您何时可以使用许可证。One of the LicenseUsageMode values that specifies when you can use a license. 默认值为 Runtime。The default is Runtime.
继承者说明
若要实现设计时支持,请在继承的类中重写此属性。To implement design-time support, override this property in a class that inherits.