Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines Data Discovery Manager (DDM) discovery flags for discovery data record (DDR) generation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum DdmDiscoveryFlags
[SerializableAttribute]
[FlagsAttribute]
public enum class DdmDiscoveryFlags
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration DdmDiscoveryFlags
Members
Member name | Description | |
---|---|---|
Agent | Agent property. |
|
Array | The property is an array property. |
|
DoNotUpdate | Reserved. |
|
Fifth | Fifth choice for the name. |
|
First | First choice for the name. |
|
Fourth | Fourth choice for the name. |
|
FullReplace | Replace all array values with those from the DDR. Set only the scalar value if the value is null. |
|
Grouping | Reserved. |
|
Guid | Configuration Manager unique ID (SMSID). |
|
Key | A key property that uniquely identifies the item. |
|
LowConfidence | Low confidence record. |
|
Name | The property should be used as the item name, if present. |
|
NameDescription | The property should be used as the item description. |
|
None | No flags specified. |
|
NoUIDisplay | Reserved. |
|
Second | Second choice for the name. |
|
Third | Third choice for the name. |
See Also
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top