Click or drag to resize

UserGroup.HasMember Method (String)

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

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

Parameters

username
Type: System.String
Username.

Return Value

Type: Boolean

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

See Also