|
ModifierShellid 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 override string id { get; set; }
Public Overrides Property id As String
Get
Set
public:
virtual property String^ id {
String^ get () override;
void set (String^ value) override;
}
abstract id : string with get, set
override id : string with get, set
Property Value
Type:
String
See Also