BaseChannelObjectWithProperties.Values 속성

정의

ICollection 채널 개체와 연결된 속성의 값을 가져옵니다.

public:
 virtual property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public Overridable ReadOnly Property Values As ICollection

속성 값

ICollection 채널 개체와 연결된 속성의 값입니다.

구현

적용 대상