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 설정되지 않은 경우 에이전트의 기본 프로필이 사용됩니다.

적용 대상