TestimoX

API Reference

Class

WsusHttpsRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<WsusHttpsRow>
Modifiers sealed

HTTPS endpoint row.

Inheritance

  • Object
  • WsusHttpsRow

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public WsusHttpsRow(String Url) #

HTTPS endpoint row.

Parameters

Url System.String requiredposition: 0
Endpoint URL.

Methods

public WsusHttpsRow <Clone>$() #
Returns: WsusHttpsRow
public Void Deconstruct(out String Url) #
Returns: Void

Parameters

Url String requiredposition: 0
public virtual Boolean Equals(WsusHttpsRow other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Url { get; set; } #

Endpoint URL.