DiscoveryNodeType Enum
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.
Specifies the discovery node type in GetNodeType(DiscoveryNodeType[]) calls.
public enum class DiscoveryNodeType
public enum class DiscoveryNodeType
enum DiscoveryNodeType
public enum DiscoveryNodeType
type DiscoveryNodeType =
Public Enum DiscoveryNodeType
- Inheritance
-
DiscoveryNodeType
Fields
Name | Value | Description |
---|---|---|
DiscoveryReferenceInfo | 1 | The result contains discovery reference information. |
ServiceReferenceInfo | 2 | The result contains service reference information. |
SchemaReferenceInfo | 3 | The result contains schema reference information. |
UnrecognizedReference | 4 | The result contains an unrecognized reference type. |
Remarks
COM Signature
From DiscoveryService.idl: