UpdateControllerClientAccessKey Property |
Gets or sets a value that can be used as a secondary client identifier. Client keys can be
used in an AppLife Update Server whitelist. Like the ClientID, this value is passed to the server with each request.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string ClientAccessKey { get; set; }
Public Property ClientAccessKey As String
Get
Set
public:
property String^ ClientAccessKey {
String^ get ();
void set (String^ value);
}
member ClientAccessKey : string with get, set
Property Value
Type:
String
See Also