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