Share via


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)
Available in Sandboxed Solutions: No

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