CBSRequestMessage.ASExtraNetAddress Property
Gets the URL of the server running Microsoft SQL Server Analysis Services for users who access the OLAP cube and Portfolio Analysis views from outside the intranet.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property ASExtraNetAddress As String
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As String
value = instance.ASExtraNetAddress
instance.ASExtraNetAddress = value
public string ASExtraNetAddress { get; set; }
Property Value
Type: System.String