'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.InputOutput)> <NotNullAttribute()> Public Property StatusCode As UAStatusCode
'Usage
Dim instance As UAAttributePointArguments Dim value As UAStatusCode instance.StatusCode = value value = instance.StatusCode
[ArgumentDirections(ArgumentDirections.InputOutput)] [NotNull()] public UAStatusCode StatusCode {get; set;}
[ArgumentDirections(ArgumentDirections.InputOutput)] [NotNull()] public: property UAStatusCode^ StatusCode { UAStatusCode^ get(); void set ( UAStatusCode^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).