| 
            
              BuilderElementid Property 
             | 
          
        
         
            Gets or sets the identifier (name) of the element.
            
 
    Namespace: 
   Karamba.Elements
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual string id { get; set; }Public Overridable Property id As String
	Get
	Set
public:
virtual property String^ id {
	String^ get ();
	void set (String^ value);
}abstract id : string with get, set
override id : string with get, set
Property Value
Type: 
String
See Also