RecipientInfoCollection.Count 属性
定义
Count 属性检索 RecipientInfoCollection 集合中的项数。The Count property retrieves the number of items in the RecipientInfoCollection collection.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
属性值
一个整数值,表示集合中的项数。An int value that represents the number of items in the collection.