Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceSettingChangedEventArgs Class / SettingName Property


In This Topic
    SettingName Property
    In This Topic
    Gets or sets a value indicating the setting name that changed
    Syntax
    'Declaration
     
    
    Public Property SettingName As String
    'Usage
     
    
    Dim instance As WorkspaceSettingChangedEventArgs
    Dim value As String
     
    instance.SettingName = value
     
    value = instance.SettingName
    public string SettingName {get; set;}
    See Also