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 the identifier of the Feature that created the content type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FeatureId As Guid
Get
Friend Set
'Usage
Dim instance As SPContentType
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; internal set; }
Property value
Type: System.Guid
The value is the identifier of a Feature if the content type was created by a Feature; otherwise, the value is Guid.Empty.