'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Shared ReadOnly Property Int32 As PrimitiveDataType
'Usage
Dim value As PrimitiveDataType value = UAOpcBinaryStandardDataTypes.Int32
[JetBrains.Annotations.NotNull()] public static PrimitiveDataType Int32 {get;}
[JetBrains.Annotations.NotNull()] public: static property PrimitiveDataType^ Int32 { PrimitiveDataType^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).