Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public AuthorizationContext FilterContext { get; set; } |
Visual Basic |
---|
Public Property FilterContext As AuthorizationContext Get Set |
Visual C++ |
---|
public: property AuthorizationContext^ FilterContext { AuthorizationContext^ get (); void set (AuthorizationContext^ value); } |