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 or sets 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