다음을 통해 공유


WSFederationElement.CustomAttributes 속성

정의

사용자 지정 특성이 포함된 사전을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ CustomAttributes { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> CustomAttributes { get; }
member this.CustomAttributes : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property CustomAttributes As Dictionary(Of String, String)

속성 값

특성 이름으로 입력되는 사용자 지정 특성이 들어 있는 사전입니다.

적용 대상

추가 정보