ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1LocalizeExtension
    Dim value As String
     
    instance.Key = value
     
    value = instance.Key
    [ConstructorArgument("key")]
    public string Key {get; set;}
    [ConstructorArgument("key")]
    public:
    property String^ Key {
       String^ get();
       void set (    String^ value);
    }
    See Also