|
ConfigurationDataValue Property |
Gets or sets the configured value.
Namespace: Infosoft.Common.Contracts.DataContracts.ConfigurationsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public string Value { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StringRemarks
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