ConvertIdType.SourceIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SourceIds property gets or sets an AlternativeIdBaseType array that contains the source identifiers to convert.
public:
property cli::array <ExchangeWebServices::AlternateIdBaseType ^> ^ SourceIds { cli::array <ExchangeWebServices::AlternateIdBaseType ^> ^ get(); void set(cli::array <ExchangeWebServices::AlternateIdBaseType ^> ^ value); };
public ExchangeWebServices.AlternateIdBaseType[] SourceIds { get; set; }
Public Property SourceIds As AlternateIdBaseType()
Property Value
The SourceIds property returns an array of AlternativeIdBaseType that represent the source identifiers to convert.