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 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
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
maxWidth
Type: System.UInt32Maximum string width; strings longer than this value are truncated.
values
Type: System.String[]Property values.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top