Click or drag to resize

VGRolesInstanceCreateProfileAttribute Method (String, VGCommonProfileDataType, VGIProfileAttributeDefinition)

Creates profile attribute for role.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGRoleProfileAttribute CreateProfileAttribute(
	string propertyName,
	VGCommonProfileDataType dataType,
	VGIProfileAttributeDefinition profileAttributeDefinition
)

Parameters

propertyName
Type: SystemString
PropertyName for attribute
dataType
Type: Novalys.VisualGuard.Security.CommonProfileAttributeVGCommonProfileDataType
Datattype for attribute
profileAttributeDefinition
Type: Novalys.VisualGuard.Security.CommonProfileAttributeVGIProfileAttributeDefinition
ProfileAttributeDefinition object

Return Value

Type: VGRoleProfileAttribute
Created profile attribute
See Also