Initializes a new instance of the VGPermissionAttribute class

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 VGPermissionAttribute(
	string name,
	string description,
	Object defaultValue,
	Type valueType
)
Visual Basic
Public Sub New ( 
	name As String,
	description As String,
	defaultValue As Object,
	valueType As Type
)

Parameters

name
Type: System..::..String
description
Type: System..::..String
defaultValue
Type: System..::..Object
valueType
Type: System..::..Type

See Also