[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

DDM discovery flags for DDR generation

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum 
DdmDiscoveryFlags
<
SerializableAttribute> _
<
FlagsAttribute> _
Public 
Enumeration 
DdmDiscoveryFlags
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum class 
DdmDiscoveryFlags

Members

Member Description
None
No flags specified
FullReplace
Replace all array values with those from the DDR. Set only the scalar value if the value is null.
Guid
Configuration Manager unique ID (SMSID)
Grouping
Reserved
Key
A key property that uniquely identifies the item
Array
The property is an array property
Agent
Agent properties
Name
The property should be used as the item name if present
NameDescription
The property should be used as the item description
NoUIDisplay
Reserved
DoNotUpdate
Reserved
First
First choice for the name
Second
Second choice for the name
Third
Third choice for the name
Fourth
Fourth choice for the name
Fifth
Fifth choice for the name
LowConfidence
Low confidence record

See Also