ConfigurationDomainCommandDisplayName Property

The display name to use for the command. Optional.

Definition

Namespace: MFiles.VAF.Configuration.Interfaces.Domain
Assembly: MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
C#
public string DisplayName { get; set; }

Property Value

String

Implements

IConfigurationDomainCommandDisplayName

See Also