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