20 #region Property Fields
22 private string _hostPropertyName =
string.Empty;
33 get {
return (_hostPropertyName); }
46 _hostPropertyName = hostPropertyName;
HostPropertyAttribute is used on components to indicate the property on the component that is to be u...
string HostPropertyName
HostPropertyName gets the host property name.
HostPropertyAttribute(string hostPropertyName)
Constructor creates a new HostPropertyAttribute object instance using the information supplied.