Share via


ProductInfo.SoftwareFileInfo Property

 

Gets or sets the software file information.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CheckRecursively = true)]
public SoftwareFileInfo SoftwareFileInfo { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CheckRecursively = true)]
property SoftwareFileInfo^ SoftwareFileInfo {
    SoftwareFileInfo^ get();
    void set(SoftwareFileInfo^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CheckRecursively := True)>
Public Property SoftwareFileInfo As SoftwareFileInfo

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.SoftwareFileInfo

See Also

ProductInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top