Restrictions Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the set of conditions when the application should not be restarted.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public RestartRestrictions Restrictions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Restrictions As RestartRestrictions
Visual C++
public:
property RestartRestrictions Restrictions {
	RestartRestrictions get ();
}

Field Value

A set of RestartRestrictions values.

See Also