Visual Basic (Declaration) | |
---|---|
Public Function GetScriptObjectReference() As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveImage Dim value As String value = instance.GetScriptObjectReference() |
C# | |
---|---|
public string GetScriptObjectReference() |
C++/CLI | |
---|---|
public: String^ GetScriptObjectReference(); |
Returns a client-side reference to the element corresponding to the PowerWEB control.
For example, if the PowerWEB control is LiveButton1, it would return "pwObj("LiveButton1")" (depending on the browser).
Target Platforms: Microsoft .NET Framework 2.0