Developer name on whom this component is registered
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultValueAttribute("null"), _ DescriptionAttribute("Developer name on which this component is registered"), _ CategoryAttribute("Behavior")> Public Property DeveloperName As String |
| C# |
|---|
| [DefaultValueAttribute("null")] [DescriptionAttribute("Developer name on which this component is registered")] [CategoryAttribute("Behavior")] public string DeveloperName { get; set; } |
| C++ |
|---|
| [DefaultValueAttribute(L"null")] [DescriptionAttribute(L"Developer name on which this component is registered")] [CategoryAttribute(L"Behavior")] public property string DeveloperName sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute DefaultValueAttribute("null") */ /** @attribute DescriptionAttribute("Developer name on which this component is registered") */ /** @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); |