'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DisplayAttribute(AutoGenerateField=False, Order=2003, ShortName="Value Type")> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Property ValueType As Type
'Usage
Dim instance As UAAttributePointWriteParameters Dim value As Type instance.ValueType = value value = instance.ValueType
[CanBeNull()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Display(AutoGenerateField=false, Order=2003, ShortName="Value Type")] [IgnoreDataMember()] [XmlIgnore()] public Type ValueType {get; set;}
[CanBeNull()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Display(AutoGenerateField=false, Order=2003, ShortName="Value Type")] [IgnoreDataMember()] [XmlIgnore()] public: property Type^ ValueType { Type^ get(); void set ( Type^ value); }