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

Initializes a new instance of the DdmArrayPropertyclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
DdmArrayProperty(
	
string 
propertyName,
	

DdmSqlDataType 
dataType,
	
uint 
valueMaxSize,
	

DdmDiscoveryFlags 
flags
)
Public 
Sub 
New ( _
	
propertyName 
As 
String, _
	
dataType 
As 

DdmSqlDataType, _
	
valueMaxSize 
As 
UInteger, _
	
flags 
As 

DdmDiscoveryFlags _
)
public:
DdmArrayProperty(
	
String^ 
propertyName, 
	

DdmSqlDataType 
dataType, 
	
unsigned int 
valueMaxSize, 
	

DdmDiscoveryFlags 
flags
)

Parameters

propertyName
String
dataType
DdmSqlDataType
valueMaxSize
UInt32
flags
DdmDiscoveryFlags

See Also