CustomLabel.ImagePostBackValue Property

Definition

Gets or sets the postback value that can be processed on a Click event.

public:
 property System::String ^ ImagePostBackValue { System::String ^ get(); void set(System::String ^ value); };
public string ImagePostBackValue { get; set; }
member this.ImagePostBackValue : string with get, set
Public Property ImagePostBackValue As String

Property Value

A string value that represents the value that is passed to a Click event.

Applies to