UserBase.Roles Property
WCF RIA Services
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets or sets the roles the user is a member of.
Namespace: System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
'Declaration <EditableAttribute(False)> _ <ProfileUsageAttribute(IsExcluded := True)> _ Public Property Roles As IEnumerable(Of String) Get Set 'Usage Dim instance As UserBase Dim value As IEnumerable(Of String) value = instance.Roles instance.Roles = value
Property Value
Type: System.Collections.Generic.IEnumerable(Of String)The roles the user is a member of. The default is Nothing.
Implements
IUser.Roles
Show: