PublicationArticle.ArticleType Property

Definition

Gets or sets the source object type for the article.

public:
 property int ArticleType { int get(); void set(int value); };
public int ArticleType { get; set; }
member this.ArticleType : int with get, set
Public Property ArticleType As Integer

Property Value

An Int32 value.

Applies to

See also