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