OptionDisplayName Property |
Gets the display name.
Namespace:
Autoaddress.Autoaddress2_0.Model.AutoComplete
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic string DisplayName { get; set; }
Public Property DisplayName As String
Get
Set
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
member DisplayName : string with get, set
Property Value
Type:
String
See Also