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 DateTime objects to the DDR.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddDateTimeArrayProperty(
string name,
DdmDiscoveryFlags flags,
params DateTime[] values
)
public:
void AddDateTimeArrayProperty(
String^ name,
DdmDiscoveryFlags flags,
... array<DateTime>^ values
)
Public Sub AddDateTimeArrayProperty (
name As String,
flags As DdmDiscoveryFlags,
ParamArray values As Date()
)
Parameters
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
values
Type: System.DateTime[]Property values.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top