Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.