EnableEndpointCommand.TargetAddress Property

Namespace: Microsoft.IdentityServer.PowerShell.Commands
Assembly: Microsoft.IdentityServer.PowerShell (in microsoft.identityserver.powershell.dll)

Usage

Syntax

'Declaration
<ParameterAttribute(Position:=0, ValueFromPipeline:=True, ParameterSetName:="Address")> _
<AllowNullAttribute> _
Public Property TargetAddress As String
[ParameterAttribute(Position=0, ValueFromPipeline=true, ParameterSetName="Address")] 
[AllowNullAttribute] 
public string TargetAddress { get; set; }
[ParameterAttribute(Position=0, ValueFromPipeline=true, ParameterSetName=L"Address")] 
[AllowNullAttribute] 
public:
property String^ TargetAddress {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TargetAddress ()

/** @property */
public void set_TargetAddress (String value)
public function get TargetAddress () : String

public function set TargetAddress (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EnableEndpointCommand Class
EnableEndpointCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace