Class ConfigurationStore
Inheritance
System.Object
ConfigurationStore
Namespace: MediaBrowser.Common.Configuration
Assembly: MediaBrowser.Common.dll
Syntax
public class ConfigurationStore
Properties
ConfigurationType
Declaration
public Type ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequiresSerializedTypeInfo
Declaration
public bool RequiresSerializedTypeInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |