PropertyBag constructor
PropertyBag(
- ServiceObject owner
Implementation
PropertyBag(ServiceObject owner) {
EwsUtilities.Assert(owner != null, "PropertyBag.ctor", "owner is null");
this._owner = owner;
}