Class PluginSecurityInfo
Class PluginSecurityInfo
Inheritance
System.Object
PluginSecurityInfo
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public class PluginSecurityInfo
Properties
IsMBSupporter
Gets or sets a value indicating whether this instance is MB supporter.
Declaration
public bool IsMBSupporter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SupporterKey
Gets or sets the supporter key.
Declaration
public string SupporterKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The supporter key. |