'Declaration
<XmlIgnoreAttribute()> Public Property InternalValue As DAPropertyIds
'Usage
Dim instance As DAPropertyId Dim value As DAPropertyIds instance.InternalValue = value value = instance.InternalValue
[XmlIgnore()] public DAPropertyIds InternalValue {get; set;}
[XmlIgnore()] public: property DAPropertyIds InternalValue { DAPropertyIds get(); void set ( DAPropertyIds value); }
Property Value
The default value of this property is Null (DAPropertyIds.Null)
.