AdapterTemplateCellId Property  | 
 
            Gets or sets the ID of the template cell (if any).
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string TemplateCellId { get; set; }Public Property TemplateCellId As String
	Get
	Set
public:
property String^ TemplateCellId {
	String^ get ();
	void set (String^ value);
}member TemplateCellId : string with get, set
Property Value
Type: 
String
            The ID of the template cell.
            
See Also