CmsRecipientCollection.Count 属性

定义

Count 属性检索 CmsRecipientCollection 集合中的项数。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

一个表示集合中项数的 Int32 值。

实现

适用于

另请参阅