'Declaration
Public Property BuiltInType As UABuiltInType
'Usage
Dim instance As UAEnumDescription Dim value As UABuiltInType instance.BuiltInType = value value = instance.BuiltInType
public UABuiltInType BuiltInType {get; set;}
public: property UABuiltInType BuiltInType { UABuiltInType get(); void set ( UABuiltInType value); }
Property Value
The default value of this property is Int32 (UABuiltInType.Int32)
.