UserPreferencesDeleteRequest.DeleteAllUserPreferences Property
Gets or sets a value that indicates whether all users’ preferences will be deleted.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property DeleteAllUserPreferences As Boolean
Get
Set
'Usage
Dim instance As UserPreferencesDeleteRequest
Dim value As Boolean
value = instance.DeleteAllUserPreferences
instance.DeleteAllUserPreferences = value
[MessageBodyMemberAttribute]
public bool DeleteAllUserPreferences { get; set; }
[MessageBodyMemberAttribute]
public:
property bool DeleteAllUserPreferences {
bool get ();
void set (bool value);
}
[<MessageBodyMemberAttribute>]
member DeleteAllUserPreferences : bool with get, set
function get DeleteAllUserPreferences () : boolean
function set DeleteAllUserPreferences (value : boolean)
Property Value
Type: System.Boolean
true if all users’ preferences will be deleted; otherwise, false.
See Also
Reference
UserPreferencesDeleteRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace