Aracılığıyla paylaş


DiscoveryDataRecordFile.AddStringPropertyArray Method (String, DdmDiscoveryFlags, UInt32, String[])

 

Adds an array of strings to the DDR.

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

Syntax

public void AddStringPropertyArray(
    string name,
    DdmDiscoveryFlags flags,
    uint maxWidth,
    params string[] values
)
public:
void AddStringPropertyArray(
    String^ name,
    DdmDiscoveryFlags flags,
    unsigned int maxWidth,
    ... array<String^>^ values
)
Public Sub AddStringPropertyArray (
    name As String,
    flags As DdmDiscoveryFlags,
    maxWidth As UInteger,
    ParamArray values As String()
)

Parameters

  • maxWidth
    Type: System.UInt32

    Maximum string width; strings longer than this value are truncated.

See Also

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

Return to top