Share via


Feature.DefinitionId Property

Gets a value that specifies the identifier for this feature.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefinitionId As Guid
    Get
'Usage
Dim instance As Feature
Dim value As Guid

value = instance.DefinitionId
[RemoteAttribute]
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).

See Also

Reference

Feature Class

Feature Members

Microsoft.SharePoint.Client Namespace