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