'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property StructureType As UAStructureType
'Usage
Dim instance As UAStructureTypeInfo Dim value As UAStructureType instance.StructureType = value value = instance.StructureType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public UAStructureType StructureType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property UAStructureType StructureType { UAStructureType get(); void set ( UAStructureType value); }