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