Campo DeleteAllUserPreferences
When set to true, deletes all preferences for the current user.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public DeleteAllUserPreferences As Boolean
'Uso
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
Consulte também