Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the address of the company that owns the tenant.
Namespace: Microsoft.WindowsServerSolutions.AzureADIntegration
Assembly: Wssg.AzureAD.Objects (in Wssg.AzureAD.Objects.dll)
Usage
'Usage
Dim instance As MSOTenantInformation
Dim value As CompanyAddress
value = instance.Address
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Address As CompanyAddress
[DataMemberAttribute]
public CompanyAddress Address { get; }
[DataMemberAttribute]
public:
property CompanyAddress^ Address {
CompanyAddress^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public CompanyAddress get_Address ()
CompilerGeneratedAttribute
public function get Address () : CompanyAddress
Property Value
Returns CompanyAddress.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64
Target Platforms
Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials
See Also
Reference
MSOTenantInformation Class
MSOTenantInformation Members
Microsoft.WindowsServerSolutions.AzureADIntegration Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.