SerializedSecurityContextType.RestrictedGroupSids Property
The RestrictedGroupSids property gets or sets a collection of Active Directory directory service group object security identifiers for a restricted group.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("RestrictedGroupIdentifier", IsNullable:=False)> _
Public Property RestrictedGroupSids As SidAndAttributesType()
[XmlArrayItemAttribute("RestrictedGroupIdentifier", IsNullable=false)]
public SidAndAttributesType[] RestrictedGroupSids { get; set; }
[XmlArrayItemAttribute(L"RestrictedGroupIdentifier", IsNullable=false)]
public:
property array<SidAndAttributesType^>^ RestrictedGroupSids {
array<SidAndAttributesType^>^ get ();
void set (array<SidAndAttributesType^>^ value);
}
/** @property */
public SidAndAttributesType[] get_RestrictedGroupSids ()
/** @property */
public void set_RestrictedGroupSids (SidAndAttributesType[] value)
public function get RestrictedGroupSids () : SidAndAttributesType[]
public function set RestrictedGroupSids (value : SidAndAttributesType[])
Property Value
The GroupSids property returns an array of SidAndAttributesType objects that represent group object security identifiers for a restricted group.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also