Key provided by SeriousBit, to get one for free go to our site Whithout this key SerialsManager wouldn't work properly


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

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute("null"), _
CategoryAttribute("Behavior"), _
DescriptionAttribute("Key provided by SeriousBit, to get one for free go to our site. Whithout this key SerialsManager wouldn't work properly")>

Public Property DeveloperSerial As String
C#
[DefaultValueAttribute("null")]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Key provided by SeriousBit, to get one for free go to our site. Whithout this key SerialsManager wouldn't work properly")]
public string DeveloperSerial { get; set; }
C++
[DefaultValueAttribute(L"null")]
[CategoryAttribute(L"Behavior")]
[DescriptionAttribute(L"Key provided by SeriousBit, to get one for free go to our site. Whithout this key SerialsManager wouldn't work properly")]
public property string DeveloperSerial sealed {
String get();
void set(String value);
}
J#
/** @attribute DefaultValueAttribute("null") */
/** @attribute CategoryAttribute("Behavior") */
/** @attribute DescriptionAttribute("Key provided by SeriousBit, to get one for free go to our site. Whithout this key SerialsManager wouldn't work properly") */
/** property */
public string get_DeveloperSerial();

/** property */
public void set_DeveloperSerial(string value);
JScript
public function get DeveloperSerial() : String

public function set DeveloperSerial(value : String);

See Also