ContentType.SchemaXmlWithResourceTokens - Propriété
Gets a non-localized version of the XML schema that defines the content type.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property SchemaXmlWithResourceTokens As String
Get
Set
'Utilisation
Dim instance As ContentType
Dim value As String
value = instance.SchemaXmlWithResourceTokens
instance.SchemaXmlWithResourceTokens = value
public string SchemaXmlWithResourceTokens { get; set; }
Valeur de propriété
Type : System.String
The XML schema that defines the content type.
Remarques
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.