Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
value
Type: System.DateTimeProperty value.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top