[This is preliminary documentation and is subject to change.]

The Address information of the group.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public AddressInfo Address { get; set; }
Visual Basic (Declaration)
Public Property Address As AddressInfo
Visual C++
public:
property AddressInfo^ Address {
	AddressInfo^ get ();
	void set (AddressInfo^ value);
}

See Also