Table of Contents

Class RequireScopeAttribute

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

Declares the scope required to call this method.

[AttributeUsage(AttributeTargets.Method)]
public class RequireScopeAttribute : Attribute
Inheritance
RequireScopeAttribute
Inherited Members

Constructors

RequireScopeAttribute(string)

public RequireScopeAttribute(string scope)

Parameters

scope string

Properties

Scope

public string Scope { get; }

Property Value

string