FileAs property

String? FileAs
Gets the name under which this contact group is filed as.

Implementation

//        [RequiredServerVersion(ExchangeVersion.Exchange2010)]
String? get FileAs {
  return this.PropertyBag[ContactSchema.FileAs] as String?;
}