SPMobileDocumentViewer.FeatureId property
The GUID of the SharePoint Foundation Feature that enables the viewer.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FeatureId As Guid
Get
'Usage
Dim instance As SPMobileDocumentViewer
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; }
Property value
Type: System.Guid
The ID of the Feature.
Remarks
The value is Empty when the viewer is not housed in a Feature. For more information about Features, in the sense that is used in this topic, start with Building Block: Features.