Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingStickerTemplate Class / ResourceAssemblyTypeName Property


In This Topic
    ResourceAssemblyTypeName Property
    In This Topic
    Gets or sets a type name (any type) that is declared in the assembly where the resources are located.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a type name (any type) that is declared in the assembly where the resources are located.")>
    Public Property ResourceAssemblyTypeName As System.String
    'Usage
     
    
    Dim instance As NDockingStickerTemplate
    Dim value As System.String
     
    instance.ResourceAssemblyTypeName = value
     
    value = instance.ResourceAssemblyTypeName
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets or sets a type name (any type) that is declared in the assembly where the resources are located.")]
    public System.string ResourceAssemblyTypeName {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also