Keys 속성
진단 보기의 키를 포함하는 [System.Collections.Generic.ICollection]을 가져옵니다.
네임스페이스: Microsoft.ComplexEventProcessing
어셈블리: Microsoft.ComplexEventProcessing(Microsoft.ComplexEventProcessing.dll)
구문
public ICollection<string> Keys { get; }
속성 값
유형: System.Collections.Generic. . :: . .ICollection< (Of < ( <'String> ) > ) >
진단 보기의 키 이름을 포함하는 개체입니다.
구현
IDictionary< (Of < ( <'TKey, TValue> ) > ) >. . :: . .Keys