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