WebReference2.MapType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of this Web reference.
public:
property System::UInt32 MapType { System::UInt32 get(); };
[System.Runtime.InteropServices.DispId(2000)]
public uint MapType { [System.Runtime.InteropServices.DispId(2000)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(2000)>]
[<get: System.Runtime.InteropServices.DispId(2000)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.MapType : uint32
Public ReadOnly Property MapType As UInteger
Property Value
Returns one of the following defined values:WebReference2_MapType_UnknownWebReference2_MapType_DiscomapWebReference2_MapType_SvcmapWebReference2_MapType_Max
- Attributes