OwinStartupAttribute.FriendlyName Property

 

A non-default configuration if any. e.g. Staging.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public string FriendlyName { get; private set; }
public:
property String^ FriendlyName {
    String^ get();
    private: void set(String^ value);
}
member FriendlyName : string with get, private set
Public Property FriendlyName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String.

See Also

OwinStartupAttribute Class
Microsoft.Owin Namespace

Return to top