NewSamlEndpointCommand.Uri Property
Gets and sets the value of the Uri parameter of the New-ADFSSamlEndpoint cmdlet.
Namespace: Microsoft.IdentityServer.PowerShell.Commands
Assembly: Microsoft.IdentityServer.PowerShell (in Microsoft.IdentityServer.PowerShell)
Usage
'Usage
Dim instance As NewSamlEndpointCommand
Dim value As Uri
value = instance.Uri
instance.Uri = value
Syntax
'Declaration
<ValidateNotNullAttribute> _
<ParameterAttribute(Mandatory:=True)> _
Public Property Uri As Uri
[ValidateNotNullAttribute]
[ParameterAttribute(Mandatory=true)]
public Uri Uri { get; set; }
[ValidateNotNullAttribute]
[ParameterAttribute(Mandatory=true)]
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
}
/** @property */
public Uri get_Uri ()
/** @property */
public void set_Uri (Uri value)
public function get Uri () : Uri
public function set Uri (value : Uri)
Property Value
Returns Uri.
Remarks
This topic is included in this SDK for completeness only. For more information about this cmdlet, see New-ADFSSamlEndpoint in the Microsoft TechNet library.
For Help at the command line, type:
get-help new-adfssamlendpoint
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 Server 2008, Windows Server 2008 R2
Target Platforms
Windows Server 2008, Windows Server 2008 R2
See Also
Reference
NewSamlEndpointCommand Class
NewSamlEndpointCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace