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일 수 있습니다.

특성

적용 대상