RequestReceivedEventArgsFile Property |
Gets the file portion of
PathAndFile or an empty string if there is no file portion.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string File { get; }
Public ReadOnly Property File As String
Get
public:
property String^ File {
String^ get ();
}
member File : string with get
Property Value
Type:
StringSee Also