HostName.RawName Property

Definition

Gets the original string used to construct the HostName object.

public:
 property Platform::String ^ RawName { Platform::String ^ get(); };
winrt::hstring RawName();
public string RawName { get; }
var string = hostName.rawName;
Public ReadOnly Property RawName As String

Property Value

String

Platform::String

winrt::hstring

The original string used to construct the HostName object.

Applies to

See also