 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
See Also