PublicationArticle.ArticleName Property

Definition

Gets or sets the name of the article.

public:
 property System::String ^ ArticleName { System::String ^ get(); void set(System::String ^ value); };
public string ArticleName { get; set; }
member this.ArticleName : string with get, set
Public Property ArticleName As String

Property Value

A String value.

Applies to

See also