SPFeatureUsageEntry Members
Include Protected Members
Include Inherited Members
Represents data logged for Feature usage.
The SPFeatureUsageEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
CorrelationId | (Inherited from SPUsageEntry.) | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
FeatureId | Gets or sets the identifier of the Feature that is being logged. | |
MachineName | (Inherited from SPUsageEntry.) | |
ParentType | Gets type of the derived SPUsageDefinition object that is associated with this usage entry. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
SiteUrl | Gets or sets the relative URL of the site collection where the Feature appears. | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData | Populates a SerializationInfo object with the data needed to serialize the target object. |
Top