'Declaration
Property CodeBits As UACodeBits
'Usage
Dim instance As _UAStatusCode Dim value As UACodeBits instance.CodeBits = value value = instance.CodeBits
UACodeBits CodeBits {get; set;}
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
.