Identifier Constructor (String)
Initializes a new instance of the Identifier class setting the Value property to the specified unique identifier.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim identifier As String
Dim identifier1 As New Identifier(identifier)
Syntax
'Declaration
Public Sub New( _
ByVal identifier As String _
)
public Identifier(
string identifier
);
public:
Identifier(
String^ identifier
);
public Identifier(
System.String identifier
);
public function Identifier(
identifier : String
);
Parameters
- identifier
The unique identifier to set the Value property to.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | identifier is null. |
ArgumentException | identifier is zero length. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
Identifier Class
Identifier Members
Microsoft.Web.Services3.Security Namespace