'Declaration
<ValueRangeAttribute(Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument)> Public Property InfoType As UAInfoType
'Usage
Dim instance As UAStatusCode Dim value As UAInfoType instance.InfoType = value value = instance.InfoType
[ValueRange(Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument)] public UAInfoType InfoType {get; set;}
[ValueRange(Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument)] public: property UAInfoType InfoType { UAInfoType get(); void set ( UAInfoType value); }
Property Value
Valid values of this property are in the range from NotUsed (UAInfoType.NotUsed)
to 3
.
The default value of this property is NotUsed (UAInfoType.NotUsed)
.