DocumentServiceCollection.Item Property (Guid)
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public ReadOnly Default Property Item ( _
serviceId As Guid _
) As DocumentService
Get
'Usage
Dim instance As DocumentServiceCollection
Dim serviceId As Guid
Dim value As DocumentService
value = instance(serviceId)
[ObsoleteAttribute]
public DocumentService this[
Guid serviceId
] { get; }
Parameters
- serviceId
Type: System.Guid
Property Value
Type: Microsoft.SharePoint.Portal.Topology.DocumentService
See Also
Reference
DocumentServiceCollection Class