ContentType.Scope property

Gets a value that specifies a server-relative path to the content type scope of the content type.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Scope As String
    Get
'Usage
Dim instance As ContentType
Dim value As String

value = instance.Scope
public string Scope { get; }

Property value

Type: System.String
Returns a String. instance representing a server-relative path to the content type scope of the content type.

See also

Reference

ContentType class

ContentType members

Microsoft.SharePoint.Client namespace