Api.RequireScopeAttribute.RequireScopeAttribute C# (CSharp) Метод

RequireScopeAttribute() публичный Метод

public RequireScopeAttribute ( string scope ) : System
scope string
Результат System
        public RequireScopeAttribute(string scope)
        {
            this.Scope = scope;
        }