Scheduler for WinRT
IsGroupMember Method


The BaseObject object determining the appointment group.
The System.String value determining the type of grouping.
Returns True if the current Appointment object is a member of a group which is specified by the groupOwner and groupBy parameters; False otherwise.
Syntax
'Declaration
 
Public Function IsGroupMember( _
   ByVal groupOwner As BaseObject, _
   ByVal groupBy As String _
) As Boolean
'Usage
 
Dim instance As Appointment
Dim groupOwner As BaseObject
Dim groupBy As String
Dim value As Boolean
 
value = instance.IsGroupMember(groupOwner, groupBy)
public bool IsGroupMember( 
   BaseObject groupOwner,
   string groupBy
)

Parameters

groupOwner
The BaseObject object determining the appointment group.
groupBy
The System.String value determining the type of grouping.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.