RE: Selecting
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 10/22/04
- Next message: Nikolay Petrov: "Authentication question"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: HttpWebRequest and Forms Authentication"
- In reply to: Wilfried: "RE: Selecting"
- Next in thread: Wilfried: "RE: Selecting"
- Reply: Wilfried: "RE: Selecting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 22 Oct 2004 02:20:13 GMT
Hello,
To use Get() or GetValues, it depends on what had been saved in the
collection. If the item in the collection is string, Get() should be used;
if it is an string array, GetValues() should be used. ISSUEROU is actually
a string, not a atring array, so that we can only use Get(0 to retrieve the
value. To seperate the string to an array like:
["org1","org2",...]
You may consider the String object's Split Method.
Hope this help,
Luke
- Next message: Nikolay Petrov: "Authentication question"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: HttpWebRequest and Forms Authentication"
- In reply to: Wilfried: "RE: Selecting"
- Next in thread: Wilfried: "RE: Selecting"
- Reply: Wilfried: "RE: Selecting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|