: BaseSubscriptionRequestType.FolderIds (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<XmlArrayItemAttribute("FolderId", GetType(FolderIdType), IsNullable:=False)> _
<XmlArrayItemAttribute("DistinguishedFolderId", GetType(DistinguishedFolderIdType), IsNullable:=False)> _
Public Property FolderIds As BaseFolderIdType()
'Uso
Dim instance As BaseSubscriptionRequestType
Dim value As BaseFolderIdType()
value = instance.FolderIds
instance.FolderIds = value
[XmlArrayItemAttribute("FolderId", typeof(FolderIdType), IsNullable=false)]
[XmlArrayItemAttribute("DistinguishedFolderId", typeof(DistinguishedFolderIdType), IsNullable=false)]
public BaseFolderIdType[] FolderIds { get; set; }
Vea también
Referencia
BaseSubscriptionRequestType (Clase)
BaseSubscriptionRequestType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)