ICapability.GetCapabilityInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the method to specify all the information necessary to register a capability with System Insights. The capability must implement this method.
public:
Microsoft::SystemInsights::Capability::CapabilityInformation ^ GetCapabilityInformation();
public Microsoft.SystemInsights.Capability.CapabilityInformation GetCapabilityInformation ();
abstract member GetCapabilityInformation : unit -> Microsoft.SystemInsights.Capability.CapabilityInformation
Public Function GetCapabilityInformation () As CapabilityInformation