[This is preliminary documentation and is subject to change.]
Sets the value of the <Location> element.
| C# | Visual Basic | Visual C++ |
public void SetLocation( ReferenceType ReferenceType, string Value )
Public Sub SetLocation ( _ ReferenceType As ReferenceType, _ Value As String _ )
public: void SetLocation ( ReferenceType^ ReferenceType, String^ Value )
- ReferenceType (ReferenceType)
- A qualifying attribute for the ResourceLocation payload. If ReferenceType is "URI", the payload contains a web address where the resource can be found.
- Value (String)
- Gets or sets the content value of the <ResourceLocation> element
This form of setLocation is provided as a convenience method that is functionally equivalent to the Location
Version: 2.0
Since: 1.5r1