SPWebCollection.Item property (Guid)
Obtém o elemento com o GUID especificado da coleção. Em c#, essa propriedade é um indexador para a classe SPWebCollection .
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
id As Guid _
) As SPWeb
Get
'Uso
Dim instance As SPWebCollection
Dim id As Guid
Dim value As SPWeb
value = instance(id)
public SPWeb this[
Guid id
] { get; }
Parâmetros
id
Type: System.GuidUm GUID que identifica o site.
Property value
Type: Microsoft.SharePoint.SPWeb
Um objeto SPWeb que representa o elemento.