ServiceDescriptionFormatExtension.Parent プロパティ

定義

ServiceDescriptionFormatExtensionの親を取得します。

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public object Parent { get; }
member this.Parent : obj
Public ReadOnly Property Parent As Object

プロパティ値

ServiceDescriptionFormatExtensionの親。

注釈

派生クラスでオーバーライドされると、このプロパティによって返されるクラスは、基底System.Web.Services.Description クラスではなく、Object名前空間内の派生クラスになります。

適用対象