: SerializedSecurityContextType.GroupSids (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("GroupIdentifier", IsNullable:=False)> _
Public Property GroupSids As SidAndAttributesType()
'Uso
Dim instance As SerializedSecurityContextType
Dim value As SidAndAttributesType()
value = instance.GroupSids
instance.GroupSids = value
[XmlArrayItemAttribute("GroupIdentifier", IsNullable=false)]
public SidAndAttributesType[] GroupSids { get; set; }
Vea también
Referencia
SerializedSecurityContextType (Clase)
SerializedSecurityContextType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)