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