ConfigMgrRegistrationRequestBase.AddRegistrationHint Property

 

If true, a registration hint will be added to the message before it is sent.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top