Gets or sets the location of an image to display in the LiveImage control.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Property ImageUrl As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LiveImageButton
Dim value As String
instance.ImageUrl = value
value = instance.ImageUrl |
C# | |
---|
public override string ImageUrl {get; set;} |
C++/CLI | |
---|
public:
property String^ ImageUrl {
String^ get() override;
void set ( String^ value) override;
} |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also