Dela via


DiscoveryDataInvalidRelationshipSourceRoleTypeIdException.RelationshipSourceTypeId Property

Gets the invalid relationship source type identifier that caused the exception to be thrown.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As DiscoveryDataInvalidRelationshipSourceRoleTypeIdException
Dim value As Guid

value = instance.RelationshipSourceTypeId

Syntax

'Declaration
Public ReadOnly Property RelationshipSourceTypeId As Guid
public Guid RelationshipSourceTypeId { get; }
public:
property Guid RelationshipSourceTypeId {
    Guid get ();
}
/** @property */
public Guid get_RelationshipSourceTypeId ()
public function get RelationshipSourceTypeId () : Guid

Property Value

Returns a globally unique identifier (GUID) for the invalid relationship source type identifier that caused the exception to be thrown.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

DiscoveryDataInvalidRelationshipSourceRoleTypeIdException Class
DiscoveryDataInvalidRelationshipSourceRoleTypeIdException Members
Microsoft.EnterpriseManagement.Common Namespace