SPRequestUsageEntry.ContentTypeId property
Obtém ou define o identificador de tipo de conteúdo para o conteúdo associado a solicitação.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ContentTypeId As String
Get
Set
'Uso
Dim instance As SPRequestUsageEntry
Dim value As String
value = instance.ContentTypeId
instance.ContentTypeId = value
public string ContentTypeId { get; set; }
Property value
Type: System.String
Um identificador exclusivo atribuído a um tipo de conteúdo.