EnvironmentAccessibleObject.Value Property

Gets or sets the value of an accessible object.
Public Overrides Property Value() As String
This language is not supported or no code example is available.
public override string Value {get; set;}
This language is not supported or no code example is available.

Property Value

string

The value of an accessible object, or null reference (Nothing in Visual Basic) if the object has no value set.

Exception type Condition

COMException

The value cannot be set or retrieved.

.NET Framework

Supported in: 4.8

In this article

Definition