언어

MergeSynchronizationAgent.ProfileName 속성

정의

에이전트가 사용하는 프로필 이름을 얻거나 설정합니다.

public:
 virtual property System::String ^ ProfileName { System::String ^ get(); void set(System::String ^ value); };
public virtual string ProfileName { get; set; }
member this.ProfileName : string with get, set
Public Overridable Property ProfileName As String

속성 값

String 그 값은 프로필의 이름입니다.

구현

설명

속성이 ProfileName 설정되어 있지 않으면 에이전트의 기본 프로필이 사용됩니다.

적용 대상