DiscoveryDataRecordFile.AddIntegerPropertyArray Method (String, DdmDiscoveryFlags, Int32[])
Adds an array of integers to the DDR.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddIntegerPropertyArray(
string name,
DdmDiscoveryFlags flags,
params int[] values
)
public:
void AddIntegerPropertyArray(
String^ name,
DdmDiscoveryFlags flags,
... array<int>^ values
)
Public Sub AddIntegerPropertyArray (
name As String,
flags As DdmDiscoveryFlags,
ParamArray values As Integer()
)
Parameters
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
values
Type: System.Int32[]Property values.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top