MemberGroupData.SourceReference Property
This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding MemberGroupData class member in the websvcUserProfileService namespace instead.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property SourceReference As String
Get
Set
'Usage
Dim instance As MemberGroupData
Dim value As String
value = instance.SourceReference
instance.SourceReference = value
public string SourceReference { get; set; }
Property Value
Type: System.String