다음을 통해 공유


SidAndAttributesType.Attributes Property

The Attributes property gets or sets the value of the attributes that are associated with the security identifier (SID).

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property Attributes As UInteger
[XmlAttributeAttribute] 
public uint Attributes { get; set; }
[XmlAttributeAttribute] 
public:
property unsigned int Attributes {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
public UInt32 get_Attributes ()

/** @property */
public void set_Attributes (UInt32 value)
public function get Attributes () : uint

public function set Attributes (value : uint)

Property Value

The Attributes property returns the attributes that are associated with the SID.

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)