IDelegateesParamDelegatedTo Property 
IT Hit WebDAV Classes Reference 
            Gets or sets list of delegatees to whom the calendar user
            specified by the property has delegated participation.
            Provides access to "DELEGATED-TO" parameter.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxstring[] DelegatedTo { get; set; }Property DelegatedTo As String()
	Get
	Set
property array<String^>^ DelegatedTo {
	array<String^>^ get ();
	void set (array<String^>^ value);
}abstract DelegatedTo : string[] with get, set
Property Value
Type: 
String
See Also