'Declaration
<ConstructorArgumentAttribute("key")> Public Property Key As String
'Usage
Dim instance As C1LocalizeExtension Dim value As String instance.Key = value value = instance.Key
[ConstructorArgument("key")] public string Key {get; set;}
[ConstructorArgument("key")] public: property String^ Key { String^ get(); void set ( String^ value); }