'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Property ValueType As Type
'Usage
Dim instance As UAAttributePointWriteParameters Dim value As Type instance.ValueType = value value = instance.ValueType
[JetBrains.Annotations.CanBeNull()] [IgnoreDataMember()] [XmlIgnore()] public Type ValueType {get; set;}
[JetBrains.Annotations.CanBeNull()] [IgnoreDataMember()] [XmlIgnore()] public: property Type^ ValueType { Type^ get(); void set ( Type^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.