Property.Type Property
Returns the data type of the property.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Type As Type
Get
'Usage
Dim instance As [Property]
Dim value As Type
value = instance.Type
public Type Type { get; }
Property Value
Type: System.Type
A .NET Type.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace