Skip to main content
Version: 7.1.5 (current)

Class RemoteSettingAttribute

Declaration
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class RemoteSettingAttribute : PropertyAttribute

Properties

Name

Declaration
public string Name { get; }

UseAsDefault

Declaration
public bool UseAsDefault { get; }

ParserType

Declaration
public RemoteSettingAttribute.Parser ParserType { get; }