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