SetAttributeStoreCommand.Configuration Property
Gets and sets the value of the Configuration parameter of the Set-ADFSAttributeStore cmdlet.
Namespace: Microsoft.IdentityServer.PowerShell.Commands
Assembly: Microsoft.IdentityServer.PowerShell (in Microsoft.IdentityServer.PowerShell)
Usage
'Usage
Dim instance As SetAttributeStoreCommand
Dim value As Hashtable
value = instance.Configuration
instance.Configuration = value
Syntax
'Declaration
<ValidateNotNullAttribute> _
<ParameterAttribute(Mandatory:=False)> _
Public Property Configuration As Hashtable
[ValidateNotNullAttribute]
[ParameterAttribute(Mandatory=false)]
public Hashtable Configuration { get; set; }
[ValidateNotNullAttribute]
[ParameterAttribute(Mandatory=false)]
public:
property Hashtable^ Configuration {
Hashtable^ get ();
void set (Hashtable^ value);
}
/** @property */
public Hashtable get_Configuration ()
/** @property */
public void set_Configuration (Hashtable value)
public function get Configuration () : Hashtable
public function set Configuration (value : Hashtable)
Property Value
Returns Hashtable.
Remarks
This topic is included in this SDK for completeness only. For more information about this cmdlet, see Set-ADFSAttributeStore in the Microsoft TechNet library.
For Help at the command line, type:
get-help set-adfsattributestore
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
SetAttributeStoreCommand Class
SetAttributeStoreCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace