SoftwareDistributionPackage.PublicationState Property
Applies To: Windows Server Update Services
Gets or sets the package publication state.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public PackagePublicationState PublicationState { get; set; }
public:
property PackagePublicationState PublicationState {
PackagePublicationState get();
void set(PackagePublicationState value);
}
member PublicationState : PackagePublicationState with get, set
Public Property PublicationState As PackagePublicationState
Property Value
Type: Microsoft.UpdateServices.Administration.PackagePublicationState
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top