ReadOnlyWebUserAccessInfo(EntityID, String, String, Boolean) Constructor

Public Sub New( _ 
ByVal user_id As EntityID, _ 
ByVal name As String, _ 
ByVal email As String, _ 
ByVal is_single_signon As Boolean
)
This language is not supported or no code example is available.
public ReadOnlyWebUserAccessInfo( 
EntityID user_id
string name
string email
bool is_single_signon 
)
This language is not supported or no code example is available.
public:  
ReadOnlyWebUserAccessInfo( 
EntityID^ user_id
String^ name
String^ email
bool is_single_signon 
)
This language is not supported or no code example is available.
public function ReadOnlyWebUserAccessInfo( 
user_id : EntityID
name : String
email : String
is_single_signon : boolean 
);
This language is not supported or no code example is available.

Parameters

user_id
EntityID

name
string

email
string

is_single_signon
bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition