Share via


MetadataProperty.Value Property

Definition

Gets the value of this MetadataProperty.

public virtual object Value { get; set; }
member this.Value : obj with get, set
Public Overridable Property Value As Object

Property Value

The value of this MetadataProperty.

Exceptions

Thrown if the MetadataProperty instance is in readonly state

Applies to