MinimalPerson.PartitionId Property
Gets a value that identifies the data partition for this MinimalPerson object.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property PartitionId As Guid
Get
Friend Set
'Usage
Dim instance As MinimalPerson
Dim value As Guid
value = instance.PartitionId
public Guid PartitionId { get; internal set; }
Property Value
Type: System.Guid