ActivitySettingsPart.PersistDataFlag Property
This API is currently not supported.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)
Usage
'Usage
Dim instance As ActivitySettingsPart
Dim value As Boolean
value = instance.PersistDataFlag
Syntax
'Declaration
Public ReadOnly Property PersistDataFlag As Boolean
public bool PersistDataFlag { get; }
public:
property bool PersistDataFlag {
bool get ();
}
/** @property */
public boolean get_PersistDataFlag ()
public function get PersistDataFlag () : boolean
Property Value
Returns 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
Target Platforms
Windows 2008 x64 Edition
See Also
Reference
ActivitySettingsPart Class
ActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace