다음을 통해 공유


DataPointCustomProperties.IsCustomPropertySet(String) 메서드

정의

지정된 이름의 사용자 지정 속성이 설정되었는지 여부를 확인합니다.

public:
 virtual bool IsCustomPropertySet(System::String ^ name);
public virtual bool IsCustomPropertySet (string name);
abstract member IsCustomPropertySet : string -> bool
override this.IsCustomPropertySet : string -> bool
Public Overridable Function IsCustomPropertySet (name As String) As Boolean

매개 변수

name
String

확인할 사용자 지정 속성의 이름입니다.

반환

Boolean

사용자 지정 속성이 설정되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상