Area.Int1 Property

NOTE: This API is now obsolete.

Represents a user-defined property that accepts an Int32 value.

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Int1 As Integer
    Get
    Set
'Usage
Dim instance As Area
Dim value As Integer

value = instance.Int1

instance.Int1 = value
[ObsoleteAttribute("This class is obsolete.")]
public int Int1 { get; set; }

Property Value

Type: System.Int32
Int32 for which the user determines the value.

Remarks

The system does not write values to any of these extensible properties. These properties represent extra columns that you can use to associate listings with values, such as an int, bool, nvarchar, or date.

See Also

Reference

Area Class

Area Members

Microsoft.SharePoint.Portal.SiteData Namespace