C-DEngine 5.105

TheRequestData..::..ServerTags Property

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

Syntax


public cdeConcurrentDictionary<string, string> ServerTags { get; set; }
Public Property ServerTags As cdeConcurrentDictionary(Of String, String)
	Get
	Set
public:
property cdeConcurrentDictionary<String^, String^>^ ServerTags {
	cdeConcurrentDictionary<String^, String^>^ get ();
	void set (cdeConcurrentDictionary<String^, String^>^ value);
}