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.
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