HostString.Value Property
Returns the original value from the constructor.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string Value { get; }
public:
property String^ Value {
String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String
Property Value
Type: System.String
Returns String.
See Also
HostString Structure
Microsoft.Owin Namespace
Return to top