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

See Also

DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top