Share via


EnterpriseManagementSimpleObject.Value Property

Definition

Gets or sets the value of this property.

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

The property value.

Exceptions

The key value of the parent object cannot be changed.

-or-

The property is a binary type and the value is not.

Applies to