Share via


OrganizationProfileData.RecordID Property

Gets or sets the unique identifier (ID) for the organization.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
Public Property RecordID As Long
    Get
    Set
'Usage
Dim instance As OrganizationProfileData
Dim value As Long

value = instance.RecordID

instance.RecordID = value
public long RecordID { get; set; }

Property Value

Type: System.Int64
The unique ID for the organization.

See Also

Reference

OrganizationProfileData Class

OrganizationProfileData Members

UserProfileService Web Service