Share via


DdmArrayProperty Constructor (String, DdmSqlDataType, UInt32, DdmDiscoveryFlags)

 

Initializes a new instance of the DdmArrayProperty class.

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

Syntax

public DdmArrayProperty(
    string propertyName,
    DdmSqlDataType dataType,
    uint valueMaxSize,
    DdmDiscoveryFlags flags
)
public:
DdmArrayProperty(
    String^ propertyName,
    DdmSqlDataType dataType,
    unsigned int valueMaxSize,
    DdmDiscoveryFlags flags
)
Public Sub New (
    propertyName As String,
    dataType As DdmSqlDataType,
    valueMaxSize As UInteger,
    flags As DdmDiscoveryFlags
)

Parameters

  • valueMaxSize
    Type: System.UInt32

    Maximum allowed size of the value.

See Also

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

Return to top