Metodo IDedPublishingConfigurationTSetValue
|
Metodo di settaggio del valore dell'opzione
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
T newValue
)
Sub SetValue (
platform As DedPublicationPlatform,
fmt As DedPublicationFormat,
newValue As T
)
void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
T newValue
)
abstract SetValue :
platform : DedPublicationPlatform *
fmt : DedPublicationFormat *
newValue : 'T -> unit
Parametri
- platform DedPublicationPlatform
-
- fmt DedPublicationFormat
-
- newValue T
-
Vedi anche