'Declaration
<ValueLimitsAttribute(Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument)> Property InfoType As UAInfoType
'Usage
Dim instance As _UAStatusCode Dim value As UAInfoType instance.InfoType = value value = instance.InfoType
[ValueLimits(Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument)] UAInfoType InfoType {get; set;}
[ValueLimits(Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument)] property UAInfoType InfoType { UAInfoType get(); void set ( UAInfoType value); }
Property Value
The default value of this property is NotUsed (UAInfoType.NotUsed)
.