ServiceDescriptionCollection.GetKey メソッド
参照渡しされた値に関連付けられている ServiceDescription の TargetNamespace プロパティを返します。
Overrides Protected Function GetKey( _
ByVal value As Object _) As String
[C#]
protected override string GetKey(objectvalue);
[C++]
protected: String* GetKey(Object* value);
[JScript]
protected override function GetKey(
value : Object) : String;
パラメータ
- value
TargetNamespace を返す対象の ServiceDescription 。
戻り値
参照渡しされた ServiceDescription の TargetNamespace 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ServiceDescriptionCollection クラス | ServiceDescriptionCollection メンバ | System.Web.Services.Description 名前空間