Feature.DefinitionId property
Gets a value that specifies the identifier for this feature.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DefinitionId As Guid
Get
'Usage
Dim instance As Feature
Dim value As Guid
value = instance.DefinitionId
public Guid DefinitionId { get; }
Property value
Type: System.Guid
Returns a Guid instance representing the identifier for this feature.
Remarks
It must not be a null reference (Nothing in Visual Basic).