ModuleInfoElement.UpdateLocation Property

Namespace: Microsoft.Practices.CompositeUI.Configuration.Xsd
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<XmlAttributeAttribute(DataType:="anyURI")> _
Public Property UpdateLocation As String
'Usage
Dim instance As ModuleInfoElement
Dim value As String

value = instance.UpdateLocation

instance.UpdateLocation = value
[XmlAttributeAttribute(DataType="anyURI")] 
public string UpdateLocation { get; set; }
[XmlAttributeAttribute(DataType=L"anyURI")] 
public:
property String^ UpdateLocation {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_UpdateLocation ()

/** @property */
public void set_UpdateLocation (String value)
public function get UpdateLocation () : String

public function set UpdateLocation (value : String)

See Also

Reference

ModuleInfoElement Class
ModuleInfoElement Members
Microsoft.Practices.CompositeUI.Configuration.Xsd Namespace