Click or drag to resize
OccursAttribute Constructor
Initializes a new instance of the OccursAttribute class

Namespace: ConnectedApps.Cms.Entities.DataAnnotations
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public OccursAttribute(
	int min,
	int max,
	bool nillable
)

Parameters

min
Type: SystemInt32
max
Type: SystemInt32
nillable
Type: SystemBoolean
See Also