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