다음을 통해 공유


DiscoveryDataInvalidEntitySourceException.SourceId Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the source identifier that is the cause of the exception.

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

Usage

'Usage
Dim instance As DiscoveryDataInvalidEntitySourceException
Dim value As Guid

value = instance.SourceId

instance.SourceId = value

Syntax

'Declaration
Public Property SourceId As Guid
public Guid SourceId { get; protected set; }
public:
property Guid SourceId {
    Guid get ();
    protected: void set (Guid value);
}
/** @property */
public Guid get_SourceId ()

/** @property */
protected void set_SourceId (Guid value)
public function get SourceId () : Guid

protected function set SourceId (value : Guid)

Property Value

The source identifier.

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

DiscoveryDataInvalidEntitySourceException Class
DiscoveryDataInvalidEntitySourceException Members
Microsoft.EnterpriseManagement.Common Namespace