Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a string property to the DDR.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddStringProperty(
string name,
DdmDiscoveryFlags flags,
uint maxWidth,
string value
)
public:
void AddStringProperty(
String^ name,
DdmDiscoveryFlags flags,
unsigned int maxWidth,
String^ value
)
Public Sub AddStringProperty (
name As String,
flags As DdmDiscoveryFlags,
maxWidth As UInteger,
value As String
)
Parameters
name
Type: System.StringProperty name.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsProperty flags.
maxWidth
Type: System.UInt32Maximum string width; strings longer than this value are truncated.
value
Type: System.StringProperty value.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top