Gets or sets a value that indicates whether all users’ preferences will be deleted.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property DeleteAllUserPreferences As Boolean
Get
Set
‘사용 방법
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)
속성 값
유형: System.Boolean
true if all users’ preferences will be deleted; otherwise, false.
참고 항목
참조
UserPreferencesDeleteRequest 클래스
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스