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



In This Topic
    Assembly Property
    In This Topic
    Gets or sets the name of the Assembly where the .resx is located. By default returns the value of the C1Localizer.DefaultAssembly property.
    Syntax
    'Declaration
     
    
    Public Property Assembly As String
    'Usage
     
    
    Dim instance As C1LocalizeExtension
    Dim value As String
     
    instance.Assembly = value
     
    value = instance.Assembly
    public string Assembly {get; set;}
    public:
    property String^ Assembly {
       String^ get();
       void set (    String^ value);
    }
    See Also