Share via


ContentClientPackage.SiteVersionMatch Property

 

Gets or sets a value that indicates whether there is a site version match.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

ContentClientPackage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top