SetInformationCardCommand.Notes Property
Namespace: Microsoft.IdentityServer.PowerShell.Commands
Assembly: Microsoft.IdentityServer.PowerShell (in microsoft.identityserver.powershell.dll)
Usage
Syntax
'Declaration
<ParameterAttribute(Mandatory:=False)> _
Public Property Notes As String
[ParameterAttribute(Mandatory=false)]
public string Notes { get; set; }
[ParameterAttribute(Mandatory=false)]
public:
property String^ Notes {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Notes ()
/** @property */
public void set_Notes (String value)
public function get Notes () : String
public function set Notes (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
SetInformationCardCommand Class
SetInformationCardCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace