Property.Type Property

NOTE: This API is now obsolete.

Returns the data type of the property.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property Type As Type
    Get
'Usage
Dim instance As [Property]
Dim value As Type

value = instance.Type
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Type Type { get; }

Property Value

Type: System.Type
A .NET Type.

See Also

Reference

Property Class

Property Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace