UserPreferencesDeleteRequest.DeleteAllUserPreferences 属性

定义

指示是否删除所有用户的首选项。

public:
 property bool DeleteAllUserPreferences { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool DeleteAllUserPreferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.DeleteAllUserPreferences : bool with get, set
Public Property DeleteAllUserPreferences As Boolean

属性值

若要删除所有用户首选项,则为 true;否则为 false

属性

注解

如果此属性设置为 True ,则忽略 UserPreferences 属性。

适用于