| ServerLagExceptionLaggedHost Property |
This is preliminary documentation and is subject to change.
The lagged host name.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string LaggedHost { get; }
Public ReadOnly Property LaggedHost As String
Get
Dim instance As ServerLagException
Dim value As String
value = instance.LaggedHost
public:
property String^ LaggedHost {
String^ get ();
}
member LaggedHost : string with get
Property Value
StringSee Also