RequestReceivedEventArgsClassification Property |
Gets or sets a value indicating the classification that has been assigned to the response.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ContentClassification Classification { get; set; }
Public Property Classification As ContentClassification
Get
Set
public:
property ContentClassification Classification {
ContentClassification get ();
void set (ContentClassification value);
}
member Classification : ContentClassification with get, set
Property Value
Type:
ContentClassificationSee Also