C-DEngine 5.105

TheServiceHostInfo..::..AzureAnalytics Property

Set to enable Windows Azure cloud analytics if you host the C-DEngine in Windows Azure

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Guid AzureAnalytics { get; set; }
Public Property AzureAnalytics As Guid
	Get
	Set
public:
property Guid^ AzureAnalytics {
	Guid^ get ();
	void set (Guid^ value);
}