Свойство ContentType.SchemaXml
Gets a value that specifies the XML Schema representing the content type.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property SchemaXml As String
Get
'Применение
Dim instance As ContentType
Dim value As String
value = instance.SchemaXml
public string SchemaXml { get; }
Значение свойства
Тип: System.String
Returns a String instance representing the XML Schema representing the content type.
Исключения
Исключение | Условие |
---|---|
SPException | Neither the content type nor the parent of the content type exist on the site. Error code: -2146232832. |