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