A URI reference representing the
classification of string-based identifier information. [Saml2Core,
2.2.2]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As Saml2NameIdentifier
Dim value As Uri
value = instance.Format
instance.Format = value
|
Syntax
Visual Basic |
Public Property Format As Uri
|
C# |
public Uri Format { get; set; }
|
C++ |
public:
property Uri^ Format {
Uri^ get ();
void set (Uri^ value);
}
|
J# |
/** @property */
public Uri get_Format ()
/** @property */
public void set_Format (Uri value)
|
JScript |
public function get Format () : Uri
public function set Format (value : Uri)
|
Property Value
Returns a
Uri.
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 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also