Click or drag to resize
Infosoft Logo

ConfigurationDataValue Property

Gets or sets the configured value.

Namespace: Infosoft.Common.Contracts.DataContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public string Value { get; set; }

Property Value

String
Remarks
A configuration can have many different values for different titles, users or system roles. The value you're looking at here depends on the values you passed to the method that retrieved it.
See Also