DeleteAllUserPreferences-Feld
When set to true, deletes all preferences for the current user.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public DeleteAllUserPreferences As Boolean
'Usage
Dim instance As UserPreferencesDeleteRequest
Dim value As Boolean
value = instance.DeleteAllUserPreferences
instance.DeleteAllUserPreferences = value
[MessageBodyMemberAttribute]
public bool DeleteAllUserPreferences
[MessageBodyMemberAttribute]
public:
bool DeleteAllUserPreferences
[<MessageBodyMemberAttribute>]
val mutable DeleteAllUserPreferences: bool
public var DeleteAllUserPreferences : boolean