Product.Title Property

Definition

Gets a string that contains the title for the current product.

public:
 property System::String ^ Title { System::String ^ get(); };
public string Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

Property Value

A string that contains the title for the current product.

Applies to