ListDynamicDnsHostsByPuidCompletedEventArgs.Result Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Result As DynamicDnsInfo()
public DynamicDnsInfo[] Result { get; }
public:
property array<DynamicDnsInfo^>^ Result {
array<DynamicDnsInfo^>^ get ();
}
member Result : DynamicDnsInfo[] with get
function get Result () : DynamicDnsInfo[]
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.DynamicDnsInfo[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.