SoftwareDistributionEventBase.ProgramName Property
Gets or sets the program name for the software distribution.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public string ProgramName { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ ProgramName {
String^ get();
void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property ProgramName As String
Property Value
Type: System.String
See Also
SoftwareDistributionEventBase Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top