AppManWrapper.RetainObjectLock Property
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)
Usage
'Usage
Dim instance As AppManWrapper
Dim value As Boolean
value = instance.RetainObjectLock
instance.RetainObjectLock = value
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")> _
Public Property RetainObjectLock As Boolean
[SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public bool RetainObjectLock { get; set; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public:
virtual property bool RetainObjectLock {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_RetainObjectLock ()
/** @property */
public final void set_RetainObjectLock (boolean value)
public final function get RetainObjectLock () : boolean
public final function set RetainObjectLock (value : boolean)
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 Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
AppManWrapper Class
AppManWrapper Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace