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