Click or drag to resize
ValueAttribute Constructor (String, String)
Initializes a new instance of the ValueAttribute class

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ValueAttribute(
	string name,
	string value
)

Parameters

name
Type: SystemString
value
Type: SystemString
See Also