ObjectStatementCollection.Item[Object] 屬性

定義

取得該業主的帳單催收。

public:
 property System::CodeDom::CodeStatementCollection ^ default[System::Object ^] { System::CodeDom::CodeStatementCollection ^ get(System::Object ^ statementOwner); };
public System.CodeDom.CodeStatementCollection this[object statementOwner] { get; }
member this.Item(obj) : System.CodeDom.CodeStatementCollection
Default Public ReadOnly Property Item(statementOwner As Object) As CodeStatementCollection

參數

statementOwner
Object

帳單催收的擁有者。

屬性值

若 的statementOwnernullstatementOwner語句集合不在表格中。

例外狀況

statementOwnernull

適用於

另請參閱