'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the name of the skin contained in a compiled assembly.")> Public Property SkinName As System.String
'Usage
Dim instance As NSkinResource Dim value As System.String instance.SkinName = value value = instance.SkinName
[System.ComponentModel.Description("Gets/sets the name of the skin contained in a compiled assembly.")] public System.string SkinName {get; set;}