ArcObjects Library Reference (GISClient)  

IAGOServerObjectAdmin.GetOrganizationName Method

Retrieves the organization's name if the user is signed in.

[Visual Basic .NET]
Public Function GetOrganizationName ( _
) As String
[C#]
public string GetOrganizationName (
);
[C++]
HRESULT GetOrganizationName(
  BSTR* pbsOrganizationName
);
[C++]

Parameters

pbsOrganizationName [out, retval]   pbsOrganizationName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGOServerObjectAdmin Interface