SPClickthroughUsageEntry.OriginWebId-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab oder legt die GUID der der Originfür das Objekt SPWebSPWeb .
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property OriginWebId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Guid)
value = instance.OriginWebId
instance.OriginWebId = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> OriginWebId { get; set; }
Eigenschaftswert
Typ: System.Nullable<Guid>
Die SPWeb GUID der der Originfür das SPWeb -Objekt.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse