Partager via


MessagePropertyAttribute.CheckRecursively Property

 

Gets or sets a value that indicates whether to check for properties in objects embedded in that property. Recursion goes down one level.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

Property Value

Type: System.Boolean

See Also

MessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top