OrganizationProfile class
NOTE: This API is now obsolete.
Representa uma organização.
Inheritance hierarchy
System.Object
Microsoft.Office.Server.UserProfiles.ProfileBase
Microsoft.Office.Server.UserProfiles.OrganizationProfile
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
<ObsoleteAttribute("This class is no longer supported.")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class OrganizationProfile _
Inherits ProfileBase
'Uso
Dim instance As OrganizationProfile
[ObsoleteAttribute("This class is no longer supported.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class OrganizationProfile : ProfileBase
Comentários
O método Commit deve ser chamado sempre que uma propriedade dessa classe é alterada, ou todas as alterações serão perdidas.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.