共用方式為


DeleteAllUserPreferences 欄位

When set to true, deletes all preferences for the current user.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<MessageBodyMemberAttribute> _
Public DeleteAllUserPreferences As Boolean
'用途
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