DiscoveryDataRecordFile.AddDateTimeProperty Method (String, DdmDiscoveryFlags, DateTime)

 

Adds a date property to the DDR.

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

Syntax

public void AddDateTimeProperty(
    string name,
    DdmDiscoveryFlags flags,
    DateTime value
)
public:
void AddDateTimeProperty(
    String^ name,
    DdmDiscoveryFlags flags,
    DateTime value
)
Public Sub AddDateTimeProperty (
    name As String,
    flags As DdmDiscoveryFlags,
    value As Date
)

Parameters

See Also

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

Return to top