संपादित करें

इसके माध्यम से साझा किया गया


EventProperty.Value Property

Definition

Gets the value of the event property that is specified by the event provider when the event is published.

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

Property Value

The value of the event property.

Applies to

See also