Metodo IDedPublishingConfigurationSetValue
|
Metodo di settaggio del valore dell'opzione
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
bool newValue
)
Sub SetValue (
platform As DedPublicationPlatform,
fmt As DedPublicationFormat,
newValue As Boolean
)
void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
bool newValue
)
abstract SetValue :
platform : DedPublicationPlatform *
fmt : DedPublicationFormat *
newValue : bool -> unit
Parametri
- platform
- Tipo: DedNet.CoreDedPublicationPlatform
- fmt
- Tipo: DedNet.CoreDedPublicationFormat
- newValue
- Tipo: SystemBoolean
Vedi anche