public string IE { get; set; }
Public Property IE As String Get Set Dim instance As TLocal Dim value As String value = instance.IE instance.IE = value
public: property String^ IE { String^ get (); void set (String^ value); }
In This Article