ServedClassNameAttributeDisplayName Property |
Gets or sets the 'friendly name' of the served class, as registered with the ASCOM Chooser.
Namespace:
ASCOM
Assembly:
ASCOM.Attributes (in ASCOM.Attributes.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic string DisplayName { get; }Public ReadOnly Property DisplayName As String
Get
public:
property String^ DisplayName {
String^ get ();
}Property Value
Type:
StringThe 'friendly name' of the served class.
See Also