Resources that will be used during the event.
Namespace: iCal
Examples
Conference room #2
Examples
Projector
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IList<string> Resources { get; set; } |
| Visual Basic |
|---|
Public Property Resources As IList(Of String) Get Set |
| Visual C++ |
|---|
public: virtual property IList<String^>^ Resources { IList<String^>^ get () sealed; void set (IList<String^>^ value) sealed; } |