DraServer RestServicePort Property DRA REST Extensions SDK
The port number on the server used to access the DRA REST endpoints

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "restServicePort")]
public Nullable<int> RestServicePort { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
See Also