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