Value Constructor (String, Object) |
Initializes a new instance of the
Value class
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Value(
string name,
Object valueContent
)
Public Sub New (
name As String,
valueContent As Object
)
public:
Value(
String^ name,
Object^ valueContent
)
new :
name : string *
valueContent : Object -> Value
Parameters
- name
- Type: SystemString
- valueContent
- Type: SystemObject
See Also