Share via


SoftwareDistributionEventBase.AdvertisementId Property

 

Gets or sets the advertisement ID of the software distribution.

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

Syntax

[StatusMessagePropertyAttribute("AdvertisementID")]
public string AdvertisementId { get; set; }
public:
[StatusMessagePropertyAttribute("AdvertisementID")]
property String^ AdvertisementId {
    String^ get();
    void set(String^ value);
}
<StatusMessagePropertyAttribute("AdvertisementID")>
Public Property AdvertisementId As String

Property Value

Type: System.String

See Also

SoftwareDistributionEventBase Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top