CustomLabel.ImageUrl Property
Definition
Gets or sets the URL target of the label image.
public:
property System::String ^ ImageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ImageUrl { get; set; }
member this.ImageUrl : string with get, set
Public Property ImageUrl As String
Property Value
A string
value that represents the destination URL that is pointed to by this custom label image.
- Attributes