Поделиться через


Свойство ViewFieldCollection.SchemaXml

Получает определение роли с указанным именем.

Пространство имен:  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 ViewFieldCollection
Dim value As String

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

Значение свойства

Тип: System.String
Возвращает экземпляр String , представляющий XML-схемы, представляющий коллекцию.

Замечания

Schema

<xs:complexType name="ListSecurity">
    <xs:all>
        <xs:element name="ReadSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="WriteSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="SchemaSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
    </xs:all>
</xs:complexType>

См. также

Справочные материалы

ViewFieldCollection класс

Элементы ViewFieldCollection

Пространство имен Microsoft.SharePoint.Client