CmsRecipientEnumerator.IEnumerator.Current Proprietà

Definizione

La IEnumerator.Current proprietà recupera l'oggetto corrente CmsRecipient dall'insieme CmsRecipientCollection .

property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
 ReadOnly Property Current As Object Implements IEnumerator.Current

Valore della proprietà

Oggetto CmsRecipient che rappresenta il destinatario corrente nell'insieme CmsRecipientCollection .

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia CmsRecipientEnumeratorIEnumerator .

Si applica a

Vedi anche