Свойство ContentType.SchemaXmlWithResourceTokens
Gets a non-localized version of the XML schema that defines 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 Property SchemaXmlWithResourceTokens As String
Get
Set
'Применение
Dim instance As ContentType
Dim value As String
value = instance.SchemaXmlWithResourceTokens
instance.SchemaXmlWithResourceTokens = value
public string SchemaXmlWithResourceTokens { get; set; }
Значение свойства
Тип: System.String
The XML schema that defines the content type.
Замечания
A content type schema can be defined with resource tokens so that the same schema can be used for multiple languages. The SchemaXmlWithResourceTokens returns that version of the schema for a content type. To get a localized version of the schema, use the SchemaXml property.