SmsSnapInBase.HomepageTimeout Property
Gets the time, in milliseconds, to test for the availability of the online snap-in home page before loading the local static home page.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As Integer
value = SmsSnapInBase.HomepageTimeout
Syntax
'Declaration
Public Shared ReadOnly Property HomepageTimeout As Integer
public static int HomepageTimeout { get; }
public:
static property int HomepageTimeout {
int get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public static int get_HomepageTimeout ()
DebuggerStepThroughAttribute
public static function get HomepageTimeout () : int
Property Value
Timeout value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace