3dak Client

ArticleBody.ArticleLanguage Property (Int32)

[C#] In C#, this property is the indexer for the ArticleBody class.

[Visual Basic]
Public Default Property ReadOnly ArticleLanguage( _ 
   ByVal Int32 As Int32 _ 
) As 
[C#]
public ArticleLanguage this[
   int Int32
] { get; }
[C++]
public: __property * get_ArticleLanguage(
   int Int32
);
[JScript]
returnValue = ArticleBodyObject.Item( Int32 );
-or-
returnValue = ArticleBodyObject( Int32 );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

ArticleBody Class | ppm3dakClient.Management.Storage Namespace | ArticleBody.ArticleLanguage Overload List