ESRI.ArcGIS.Mobile.Client
FindExtendedProperty Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > FeatureSourceInfo Class : FindExtendedProperty Method

type
Type of extended property to search for.
Finds the first extended property of a given type.

Syntax

Visual Basic (Declaration) 
Public Function FindExtendedProperty( _
   ByVal type As Type _
) As ExtendedProperty
C# 
public ExtendedProperty FindExtendedProperty( 
   Type type
)

Parameters

type
Type of extended property to search for.

Return Value

Instance of found extended property, null otherwise.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also