Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetDataSet As DataSet
'Usage
Dim instance As PrivacyItemManagerBase
Dim returnValue As DataSet
returnValue = instance.GetDataSet()
public DataSet GetDataSet()
Return Value
Type: System.Data.DataSet
See Also
Reference
PrivacyItemManagerBase<T> Class