Import.ServiceDescription Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ServiceDescription üyesi olduğu başvuruyu Import alır.
public:
property System::Web::Services::Description::ServiceDescription ^ ServiceDescription { System::Web::Services::Description::ServiceDescription ^ get(); };
public System.Web.Services.Description.ServiceDescription ServiceDescription { get; }
member this.ServiceDescription : System.Web.Services.Description.ServiceDescription
Public ReadOnly Property ServiceDescription As ServiceDescription
Özellik Değeri
Import üyesi ServiceDescription olan.
Örnekler
Aşağıdaki örnekte özelliğinin kullanımı gösterilmektedir ServiceDescription .
Importsample#6