FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / CommandFailedEventArgs Class / CommandName Property


In This Topic
    CommandName Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CommandName As String
    'Usage
     
    
    Dim instance As CommandFailedEventArgs
    Dim value As String
     
    instance.CommandName = value
     
    value = instance.CommandName
    public string CommandName {get; set;}
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also