SimpleRoleProvider.UserIdColumn Property

Definition

Gets the name of the database column that contains user IDs.

public string UserIdColumn { get; set; }
member this.UserIdColumn : string with get, set
Public Property UserIdColumn As String

Property Value

The name of the database column in the UserTableName table that contains user IDs.

Applies to