Click or drag to resize

VGRolesInstanceCreateProfileAttribute Method (String, VGCommonProfileDataType)

Creates profile attribute for role.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGRoleProfileAttribute CreateProfileAttribute(
	string propertyName,
	VGCommonProfileDataType dataType
)

Parameters

propertyName
Type: SystemString
PropertyName for attribute
dataType
Type: Novalys.VisualGuard.Security.CommonProfileAttributeVGCommonProfileDataType
Datattype for attribute

Return Value

Type: VGRoleProfileAttribute
Created profile attribute
See Also