C-DEngine 5.105

TheNMIBaseControl..::..Tag Property

Same as the Tag element in XAML used for cookies with the control

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

Syntax


public string Tag { get; set; }
Public Property Tag As String
	Get
	Set
public:
property String^ Tag {
	String^ get ();
	void set (String^ value);
}