Click or drag to resize

UserGroup.HasMember Method (String, String)

Returns whether the Group has a member with the given credentials.

Namespace:  VDS.RDF.Configuration.Permissions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasMember(
	string username,
	string password
)

Parameters

username
Type: System.String
Username.
password
Type: System.String
Password.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Configuration.Permissions.UserGroup.HasMember(System.String,System.String)"]

See Also