[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds an array of DateTimes to the DDR

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
AddDateTimeArrayProperty(
	
string 
name,
	

DdmDiscoveryFlags 
flags,
	
params 
DateTime[] 
values
)
Public 
Sub 
AddDateTimeArrayProperty ( _
	
name 
As 
String, _
	
flags 
As 

DdmDiscoveryFlags, _
	
ParamArray 
values 
As 
DateTime() _
)
public:
void 
AddDateTimeArrayProperty(
	
String^ 
name, 
	

DdmDiscoveryFlags 
flags, 
		... 
array<
DateTime>^ 
values
)

Parameters

name
String
Property name
flags
DdmDiscoveryFlags
Property flags
values
array< DateTime > [] () [] []
Property values

See Also