Interface IMemberInfo
Namespace: Unity.Cloud.Identity
Assembly: solution.dll
Syntax
public interface IMemberInfo : IUserInfo
Properties
GroupId
Declaration
GroupId GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| GroupId |
GroupName
Declaration
string GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Role
Declaration
string Role { get; set; }
Property Value
| Type | Description |
|---|---|
| string |