StackFrame.File Property
File containing the instruction
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public string File { get; set; }
public:
property String^ File {
String^ get();
void set(String^ value);
}
member File : string with get, set
Public Property File As String
Property Value
Type: System.String
Returns String.
See Also
StackFrame Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top