Поделиться через


ServiceActivationOptions.ActivationArguments Свойство

Определение

Возвращает или задает карту произвольных данных, предположительно значимых для службы.

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)

Значение свойства

Может принимать значение NULL.

Атрибуты

Применяется к