'Declaration
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")>
Public Property UserDictionarySection As String
'Usage
Dim instance As ImGearRecZone
Dim value As String
instance.UserDictionarySection = value
value = instance.UserDictionarySection
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public string UserDictionarySection {get; set;}
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public: __property string* get_UserDictionarySection();
public: __property void set_UserDictionarySection(
string* value
);
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public:
property String^ UserDictionarySection {
String^ get();
void set ( String^ value);
}