Share via


SecurityTokenReference.ValueType Property

[To be supplied.]

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim securityTokenReference1 As SecurityTokenReference

Dim returnValue As String
returnValue = securityTokenReference1.ValueType

Dim sampleValue As String
securityTokenReference1.ValueType = sampleValue

Syntax

'Declaration
Public Property ValueType() As String
public string ValueType {get; set;}
public: property String^ ValueType{
    String^ get();
    Void set(String^);
}
public System.String get_ValueType();
public void set_ValueType(System.String);
public function get ValueType() : String;
public function set ValueType(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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

SecurityTokenReference Class
Microsoft.Web.Services2.Security Namespace

Other Resources

SecurityTokenReference Members