Compartilhar via


Membership members

Include protected members
Include inherited members

Representa a participação de um único usuário em um grupo único membro.

The Membership type exposes the following members.

Properties

  Name Description
Public property Group Obtém ou define o grupo para o item de privacidade. (Inherited from PrivacyItem.)
Public property GroupType Obtém e define o tipo de associação de grupo.
Public property ID Obtém o identificador exclusivo (ID) do item de privacidade. (Inherited from PrivacyItem.)
Public property IsEditable Retorna um valor booleano que especifica se um item de privacidade pode ser editado. (Inherited from PrivacyItem.)
Public property IsPrivacyLevelEditable Retorna um valor booleano que especifica se um nível de privacidade pode ser editado. (Inherited from PrivacyItem.)
Public property IsTitleEditable Retorna um valor booleano que especifica se um título de item de privacidade pode ser editado. (Inherited from PrivacyItem.)
Public property IsUrlEditable Retorna um valor booleano que especifica se uma URL de item de privacidade pode ser editada. (Inherited from PrivacyItem.)
Public property ItemOwner Obtém o proprietário do item de privacidade. (Inherited from PrivacyItem.)
Public property MembershipGroup Obtém o grupo de associação.
Protected property PartitionID (Inherited from PrivacyItem.)
Public property Policy Obtém a diretiva de privacidade de um membro especificado. (Overrides PrivacyItem.Policy.)
Public property PrivacyLevel Obtém e define o nível de privacidade de um item. (Inherited from PrivacyItem.)
Public property Title Obtém ou define o título do item de privacidade. (Inherited from PrivacyItem.)
Public property Url Obtém ou define o URL para o item de privacidade. (Inherited from PrivacyItem.)
Protected property ValidGroupEnumType This member is reserved for internal use and is not intended to be used directly from your code. (Overrides PrivacyItem.ValidGroupEnumType.)

Top

Methods

  Name Description
Protected method AddCustomCommitFields This member is reserved for internal use and is not intended to be used directly from your code. (Overrides PrivacyItem.AddCustomCommitFields(SqlCommand).)
Public method Commit Confirma as alterações feitas em uma associação. (Overrides PrivacyItem.Commit().)
Public method Delete Exclui uma associação. (Overrides PrivacyItem.Delete().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetPrivacyPolicy This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)
Public method GetType (Inherited from Object.)
Protected method InitializeNewPrivacyItem This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetPropertyValues Define os valores de propriedade de uma associação. (Overrides PrivacyItem.SetPropertyValues(SqlDataReader).)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_bIsNewLink This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)
Protected field m_objOwnerProfile This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)
Protected field m_strGroup This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)
Protected field m_strTitle This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)
Protected field m_strUrl This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.)

Top

Ver também

Referência

Membership class

Microsoft.Office.Server.UserProfiles namespace