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