Click or drag to resize

ISubscriberBase Properties

The ISubscriberBase type exposes the following members.

Properties
  NameDescription
Public propertyAllMessages
Gets or sets the Messages connected by a All Messages relationship in Forward direction.
Public propertyChangedBy
Gets the name of the user who changed the object last.
(Inherited from IObject.)
Public propertyChangedOn
Gets the point of time the object was changed last.
(Inherited from IObject.)
Public propertyCreatedBy
Gets the name of the user who created the object.
(Inherited from IObject.)
Public propertyCreatedOn
Gets the point of time the object was created.
(Inherited from IObject.)
Public propertyDescription
Gets or sets the object description. The description can be empty.
(Inherited from IObject.)
Public propertyEmailAddress
Gets or sets the Email Address attribute. Email Address
Public propertyEmailSignature
Gets or sets the Email Signature attribute. Signature
Public propertyFailedLogonAttempts
Gets or sets the Failed logon attempts attribute.
Public propertyFirstName
Gets or sets the First Name attribute. First Name
Public propertyFolder
Gets the containing folder.
(Inherited from IObject.)
Public propertyId
Gets the object ID. The ID is generated by the platform and cannot be modified.
(Inherited from IObject.)
Public propertyIsEmailAddressAssigned
Gets or sets whether the EmailAddress attribute is assigned.
Public propertyIsEmailSignatureAssigned
Gets or sets whether the EmailSignature attribute is assigned.
Public propertyIsFailedLogonAttemptsAssigned
Gets or sets whether the FailedLogonAttempts attribute is assigned.
Public propertyIsFirstNameAssigned
Gets or sets whether the FirstName attribute is assigned.
Public propertyIsLanguageAssigned
Gets or sets whether the Language attribute is assigned.
Public propertyIsLastLogonAttemptAssigned
Gets or sets whether the LastLogonAttempt attribute is assigned.
Public propertyIsLastNameAssigned
Gets or sets whether the LastName attribute is assigned.
Public propertyIsLastPasswordUpdateAssigned
Gets or sets whether the LastPasswordUpdate attribute is assigned.
Public propertyIsLocked
Indicates if the object is locked.
(Inherited from IObject.)
Public propertyIsNotifyOwnChangesAssigned
Gets or sets whether the NotifyOwnChanges attribute is assigned.
Public propertyIsPasswordHistoryAssigned
Gets or sets whether the PasswordHistory attribute is assigned.
Public propertyIsSendEmailFrequencyAssigned
Gets or sets whether the SendEmailFrequency attribute is assigned.
Public propertyIsValid
Indicates if the object instance is valid. The object becomes invalid if the Destroy method has been called.
(Inherited from IObject.)
Public propertyLanguage
Gets or sets the Language attribute. The preferred language for receiving messages in two-letter ISO 639-1 format (e.g. 'en', 'de', 'pl').
Public propertyLastLogonAttempt
Gets or sets the Last logon attempt attribute.
Public propertyLastName
Gets or sets the Last Name attribute. Last Name
Public propertyLastPasswordUpdate
Gets or sets the Last Password Update attribute.
Public propertyLockedBy
Gets the name of the user who holds a lock on the object, empty string if the object is not locked.
(Inherited from IObject.)
Public propertyLockedOn
Gets the lock timestamp, if object is locked. DateTime.MinValue if not.
(Inherited from IObject.)
Public propertyName
Gets or sets the object name. The name cannot be an empty string. It is modifiable and does not have to be unique.
(Inherited from IObject.)
Public propertyNotifyOwnChanges
Gets or sets the Notify Own Changes attribute. Notify Own Changes
Public propertyObjType
Gets the object type.
(Inherited from IObject.)
Public propertyPasswordHistory
Gets or sets the Password History attribute. A comma-separated sequence of [hash]|[salt] pairs in hex format.
Public propertySendEmailFrequency
Gets or sets the Send Email Frequency attribute. Send Email Frequency
Public propertySubscription
Gets the collection of Object objects connected by a Subscription relationship in Forward direction.
Top
See Also