Class VipAttribute
[AttributeUsage(AttributeTargets.All, Inherited = true, AllowMultiple = false)]
public sealed class VipAttribute : Attribute
- Inheritance
-
VipAttribute
- Inherited Members
- Extension Methods
Constructors
VipAttribute(int)
public VipAttribute(int level)
Parameters
level
int
Properties
Level
public int Level { get; set; }