Annotation.Authors Properti

Definisi

Mendapatkan koleksi string nol atau lebih penulis yang mengidentifikasi siapa yang membuat Annotation.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Authors { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Authors { get; }
member this.Authors : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Authors As Collection(Of String)

Nilai Properti

Kumpulan untai (karakter) nol atau lebih penulis.

Keterangan

Koleksi yang dikembalikan Authors tidak pernah null; namun, koleksi dapat berisi elemen nol jika tidak ada penulis yang ditentukan.

Berlaku untuk

Lihat juga