AuthorizationHandlerContext.Resource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional resource to evaluate the Requirements against.
public:
property System::Object ^ Resource { System::Object ^ get(); };
public:
virtual property System::Object ^ Resource { System::Object ^ get(); };
public object Resource { get; }
public virtual object Resource { get; }
public virtual object? Resource { get; }
member this.Resource : obj
Public ReadOnly Property Resource As Object
Public Overridable ReadOnly Property Resource As Object