Бөлісу құралы:


PathString.HasValue Property

 

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