Share via


DdmProperty.TruncateLongStrings Property

 

If true, a value that is longer than MaxWidth is truncated. The default value is true.

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

Syntax

public bool TruncateLongStrings { get; set; }
public:
property bool TruncateLongStrings {
    bool get();
    void set(bool value);
}
Public Property TruncateLongStrings As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top