Share via


WssSettingsDataSet.WssAdminRow.WADMIN_AUTO_ADD_USER_TO_SUBWEB property

Gets or sets a value that indicates whether self-service user account servicing is enabled.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WADMIN_AUTO_ADD_USER_TO_SUBWEB As Byte
    Get
    Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Byte

value = instance.WADMIN_AUTO_ADD_USER_TO_SUBWEB

instance.WADMIN_AUTO_ADD_USER_TO_SUBWEB = value
public byte WADMIN_AUTO_ADD_USER_TO_SUBWEB { get; set; }

Property value

Type: System.Byte
A number that represents a setting.

See also

Reference

WssSettingsDataSet.WssAdminRow class

WssSettingsDataSet.WssAdminRow members

WebSvcWssInterop namespace