ComponentOne FinancialChart for WPF
C1.WPF.Localization Namespace / C1LocalizeExtension Class / CurrentAssembly Property



In This Topic
    CurrentAssembly Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CurrentAssembly As Assembly
    'Usage
     
    
    Dim instance As C1LocalizeExtension
    Dim value As Assembly
     
    instance.CurrentAssembly = value
     
    value = instance.CurrentAssembly
    public Assembly CurrentAssembly {get; set;}
    public:
    property Assembly^ CurrentAssembly {
       Assembly^ get();
       void set (    Assembly^ value);
    }
    See Also