microsoft.exchange.webservices.data.property.complex
Interface ICreateComplexPropertyDelegate<TComplexProperty extends ComplexProperty>

Type Parameters:
TComplexProperty - Type that extends ComplexProperty

public interface ICreateComplexPropertyDelegate<TComplexProperty extends ComplexProperty>

Used to create instances of ComplexProperty.


Method Summary
 TComplexProperty createComplexProperty()
          used to create instances of ComplexProperty.
 

Method Detail

createComplexProperty

TComplexProperty createComplexProperty()
used to create instances of ComplexProperty.

Returns:
Complex property instance


Copyright © 2012–2015 Microsoft. All rights reserved.