RelationshipTypeSubscription Constructor (String)
Initializes a new RelationshipTypeSubscription object.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim xmlValue As String
Dim instance As New RelationshipTypeSubscription(xmlValue)
Syntax
'Declaration
Public Sub New ( _
xmlValue As String _
)
public RelationshipTypeSubscription (
string xmlValue
)
public:
RelationshipTypeSubscription (
String^ xmlValue
)
public RelationshipTypeSubscription (
String xmlValue
)
public function RelationshipTypeSubscription (
xmlValue : String
)
Parameters
- xmlValue
The XML value.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
RelationshipTypeSubscription Class
RelationshipTypeSubscription Members
Microsoft.EnterpriseManagement.Subscriptions Namespace