Modifier

SimplePropertyEntry.Value Property

Definition

Gets or sets the value of the property entry.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

Property Value

An Object containing the value of the property entry.

Applies to