WebResourceAttribute.LoadSuccessExpression Property

Definition

Gets or sets an expression that is used when a Web resource has successfully loaded.

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

Property Value

An expression that is used when a Web resource has successfully loaded.

Applies to