public sealed class PersonaId : ServiceIdPublic NotInheritable Class PersonaId
Inherits ServiceIdpublic ref class PersonaId sealed : public ServiceId[<SealedAttribute>]
type PersonaId =
class
inherit ServiceId
end| PersonaId | Creates a new instance of PersonaId. |
| ChangeKey |
Gets the change key associated with the Exchange object. The change key represents the
the version of the associated item or folder.
(Унаследован от ServiceId) |
| UniqueId |
Gets the unique Id of the Exchange object.
(Унаследован от ServiceId) |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Унаследован от ServiceId) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode |
Serves as a hash function for a particular type.
(Унаследован от ServiceId) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SameIdAndChangeKey |
Determines whether two ServiceId instances are equal (including ChangeKeys)
(Унаследован от ServiceId) |
| ToString |
Gets a string representation of the Persona Id.
(Переопределяет ServiceIdToString) |
| (PersonaId to String) | Defines an implicit conversion from PersonaId to a Id string. |
| (String to PersonaId) | Defines an implicit conversion from Id string to PersonaId. |