PublicationArticle.PublicationName Property

Definition

Gets or sets the name of the publication to which the article belongs.

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

Property Value

A String value.

Applies to

See also