ModuleInfo.UpdateLocation Property
Gets the update location for the module.
Namespace: Microsoft.Practices.CompositeUI.Configuration
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public ReadOnly Property UpdateLocation As String
'Usage
Dim instance As ModuleInfo
Dim value As String
value = instance.UpdateLocation
public string UpdateLocation { get; }
public:
virtual property String^ UpdateLocation {
String^ get () sealed;
}
/** @property */
public final String get_UpdateLocation ()
public final function get UpdateLocation () : String
See Also
Reference
ModuleInfo Class
ModuleInfo Members
Microsoft.Practices.CompositeUI.Configuration Namespace