Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the path is not empty
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public bool HasValue { get; }
public:
property bool HasValue {
bool get();
}
member HasValue : bool with get
Public ReadOnly Property HasValue As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
PathString Structure
Microsoft.Owin Namespace
Return to top