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