Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGProfileAttribute UpdateProfileAttributeViewOrder(
	Guid profileAttributeId,
	int newViewOrderNumber
)
Visual Basic
Public Function UpdateProfileAttributeViewOrder ( 
	profileAttributeId As Guid,
	newViewOrderNumber As Integer
) As VGProfileAttribute

Parameters

profileAttributeId
Type: System..::..Guid
newViewOrderNumber
Type: System..::..Int32

Return Value

Type: VGProfileAttribute

See Also