Udostępnij za pośrednictwem


AppStateRequest.OfferName Property

 

Gets or sets the offer name for the request.

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

Syntax

public string OfferName { get; set; }
public:
property String^ OfferName {
    String^ get();
    void set(String^ value);
}
Public Property OfferName As String

Property Value

Type: System.String

See Also

AppStateRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top