다음을 통해 공유


ConnectionManagerHostClass.Name 속성

정의

ConnectionManagerHostClass 개체의 이름을 가져오거나 설정합니다.

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

속성 값

연결 관리자 개체를 만들 때 지정한 이름을 포함하는 String입니다.

구현

설명

자세한 내용은 ConnectionManager를 참조하세요.

적용 대상