'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the resource type.")> Public Property ResourceType As SkinResourceType
'Usage
Dim instance As NSkinResource Dim value As SkinResourceType instance.ResourceType = value value = instance.ResourceType
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the resource type.")] public SkinResourceType ResourceType {get; set;}