DiscoveryDataRecordFile.AddIntegerProperty Method (String, DdmDiscoveryFlags, Int32)
Adds an integer property to the DDR.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddIntegerProperty(
string name,
DdmDiscoveryFlags flags,
int value
)
public:
void AddIntegerProperty(
String^ name,
DdmDiscoveryFlags flags,
int value
)
Public Sub AddIntegerProperty (
name As String,
flags As DdmDiscoveryFlags,
value As Integer
)
Parameters
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
value
Type: System.Int32Property value.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top