Developer name on whom this component is registered


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
<DescriptionAttribute("Developer name on which this component is registered"), _
DefaultValueAttribute("null"), _
CategoryAttribute("Behavior")>

Public Property DeveloperName As String
C#
[DescriptionAttribute("Developer name on which this component is registered")]
[DefaultValueAttribute("null")]
[CategoryAttribute("Behavior")]
public string DeveloperName { get; set; }
C++
[DescriptionAttribute(L"Developer name on which this component is registered")]
[DefaultValueAttribute(L"null")]
[CategoryAttribute(L"Behavior")]
public property string DeveloperName sealed {
String get();
void set(String value);
}
J#
/** @attribute DescriptionAttribute("Developer name on which this component is registered") */
/** @attribute DefaultValueAttribute("null") */
/** @attribute CategoryAttribute("Behavior") */
/** property */
public string get_DeveloperName();

/** property */
public void set_DeveloperName(string value);
JScript
public function get DeveloperName() : String

public function set DeveloperName(value : String);

See Also