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 an integer property to the DDR.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddIntegerProperty(
string name,
DdmDiscoveryFlags flags,
int value
)
public:
void AddIntegerProperty(
String^ name,
DdmDiscoveryFlags flags,
int value
)
Public Sub AddIntegerProperty (
name As String,
flags As DdmDiscoveryFlags,
value As Integer
)
Parameters
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
value
Type: System.Int32Property value.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top