'Declaration
<DataMemberAttribute()> Public Property ValueOnly As Boolean
'Usage
Dim instance As DAItemPointWriteParameters Dim value As Boolean instance.ValueOnly = value value = instance.ValueOnly
[DataMember()] public bool ValueOnly {get; set;}
[DataMember()] public: property bool ValueOnly { bool get(); void set ( bool value); }
Property Value
The default value of this property is True
.