[This is preliminary documentation and is subject to change.]
Returns Datum classification interfaces marked with InstrumentViewGroup attribute. The implementation is cached fr efficiency
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<Type> ViewGroupInterfaces { get; }
public IEnumerable<Type> ViewGroupInterfaces { get; }
Public ReadOnly Property ViewGroupInterfaces As IEnumerable(Of Type)
Get
Public ReadOnly Property ViewGroupInterfaces As IEnumerable(Of Type)
Get
public:
property IEnumerable<Type^>^ ViewGroupInterfaces {
IEnumerable<Type^>^ get ();
}
public:
property IEnumerable<Type^>^ ViewGroupInterfaces {
IEnumerable<Type^>^ get ();
}
member ViewGroupInterfaces : IEnumerable<Type> with get
member ViewGroupInterfaces : IEnumerable<Type> with get
Property Value
Type:
IEnumerable
Type