RegistryItemDisplayName Property |
Display name of product.
Namespace:
Xcalibur.Models.Base
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public string DisplayName { get; set; }
Public Property DisplayName As String
Get
Set
public:
virtual property String^ DisplayName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DisplayName : string with get, set
override DisplayName : string with get, set
Property Value
Type:
StringImplements
IRegistryItemDisplayNameSee Also