DistinguishedGroupByType.StandardGroupBy Property

The StandardGroupBy property gets or sets the standard property that is used for a grouped query.

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

Syntax

'Declaration
Public Property StandardGroupBy As StandardGroupByType
public StandardGroupByType StandardGroupBy { get; set; }
public:
property StandardGroupByType StandardGroupBy {
    StandardGroupByType get ();
    void set (StandardGroupByType value);
}
/** @property */
public StandardGroupByType get_StandardGroupBy ()

/** @property */
public void set_StandardGroupBy (StandardGroupByType value)
public function get StandardGroupBy () : StandardGroupByType

public function set StandardGroupBy (value : StandardGroupByType)

Property Value

The StandardGroupBy property returns a StandardGroupByType enumeration.

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)