Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static ExtendedProperty Readonly(
	string name,
	int value
)
Visual Basic
Public Shared Function Readonly ( 
	name As String,
	value As Integer
) As ExtendedProperty

Parameters

name
Type: System..::..String
value
Type: System..::..Int32

Return Value

Type: ExtendedProperty

See Also