ServiceActivationOptions.ActivationArguments Propriété

Définition

Obtient ou définit une carte de données arbitraires, vraisemblablement significatives pour le service.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ ActivationArguments { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,string>? ActivationArguments { get; set; }
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,string>? ActivationArguments { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivationArguments : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
[<System.Runtime.Serialization.DataMember>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ActivationArguments : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property ActivationArguments As IReadOnlyDictionary(Of String, String)

Valeur de propriété

Ce paramètre peut être null.

Attributs

S’applique à