View Source
Class UserGroup2LanguageDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserGroup2LanguageDto
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoUserGroup2Language"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
LanguageId
Declaration
public int LanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
UserGroupId
Declaration
public int UserGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|