SessionCreationParametersAllowedIPAddresses Property |
Gets a list containing the allowed IP addresses and ranges which will be associated with the session.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<Tuple<IPAddress, IPAddress>> AllowedIPAddresses { get; }
Public ReadOnly Property AllowedIPAddresses As ICollection(Of Tuple(Of IPAddress, IPAddress))
Get
public:
virtual property ICollection<Tuple<IPAddress^, IPAddress^>^>^ AllowedIPAddresses {
ICollection<Tuple<IPAddress^, IPAddress^>^>^ get () sealed;
}
abstract AllowedIPAddresses : ICollection<Tuple<IPAddress, IPAddress>> with get
override AllowedIPAddresses : ICollection<Tuple<IPAddress, IPAddress>> with get
Property Value
Type:
ICollectionTupleIPAddress,
IPAddressSee Also