Core Library for WPF | ComponentOne
C1.WPF.Localization Namespace / C1LocalizeExtension Class / Key Property

In This Topic
    Key Property
    In This Topic
    Gets or sets the key of a .resx object
    Syntax
    'Declaration
     
    
    <ConstructorArgumentAttribute("key")>
    Public Property Key As String
    [ConstructorArgument("key")]
    public string Key {get; set;}
    See Also