Table of Contents

Class VipAttribute

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
[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; }

Property Value

int