CategoryInfo Constructor (String, String, String, Boolean)
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Initializes an instance of the CategoryInfo class using the given tModel key, key name, and key value.
Namespace: Microsoft.Uddi.Extensions
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim tModelKey As String Dim keyName As String Dim keyValue As String Dim isValid As Boolean Dim instance As New CategoryInfo(tModelKey, keyName, keyValue, isValid) |
Syntax
'Declaration
PublicSubNew ( _
tModelKeyAsString, _
keyNameAsString, _
keyValueAsString, _
isValidAsBoolean _
)
publicCategoryInfo (
stringtModelKey,
stringkeyName,
stringkeyValue,
boolisValid
)
public:
CategoryInfo (
String^ tModelKey,
String^ keyName,
String^ keyValue,
boolisValid
)
publicCategoryInfo (
StringtModelKey,
StringkeyName,
StringkeyValue,
booleanisValid
)
publicfunctionCategoryInfo (
tModelKey : String,
keyName : String,
keyValue : String,
isValid : boolean
)
Parameters
- tModelKey
The string that specifies the UUID assigned to the tModel.
- keyName
The string that specifies the key name.
- keyValue
The string that specifies the key value.
- isValid
The Boolean that indicates whether the category is valid for categorization.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP
See Also
Reference
CategoryInfo Class
CategoryInfo Members
Microsoft.Uddi.Extensions Namespace