Class KeepAlivePingResult
Inheritance
System.Object
Namespace: Umbraco.Web.Editors
Assembly: Umbraco.Web.dll
Syntax
public class KeepAlivePingResult
Properties
View SourceMessage
Declaration
[DataMember(Name = "message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Success
Declaration
[DataMember(Name = "success")]
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |