'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;}