SharedPropertyGroup.Property(String) 메서드

정의

주어진 이름의 속성을 반환합니다.

public:
 System::EnterpriseServices::SharedProperty ^ Property(System::String ^ name);
public System.EnterpriseServices.SharedProperty Property (string name);
member this.Property : string -> System.EnterpriseServices.SharedProperty
Public Function Property (name As String) As SharedProperty

매개 변수

name
String

요청된 속성의 이름입니다.

반환

요청된 SharedProperty입니다.

설명

와 달리 CreateProperty,이 속성이 이미 존재 해야 합니다.

적용 대상