SPFeatureUsageEntry.FeatureId property

Gets or sets the identifier of the Feature that is being logged.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property FeatureId As Guid
    Get
    Set
'Usage
Dim instance As SPFeatureUsageEntry
Dim value As Guid

value = instance.FeatureId

instance.FeatureId = value
public Guid FeatureId { get; set; }

Property value

Type: System.Guid
A Guid that identifies the Feature being logged.

See also

Reference

SPFeatureUsageEntry class

SPFeatureUsageEntry members

Microsoft.SharePoint.Administration namespace