EnterpriseManagementObject.LastModifiedBy Property

Definition

Gets the discovery source ID that last modified the instance

public:
 virtual property Nullable<Guid> LastModifiedBy { Nullable<Guid> get(); };
public virtual Guid? LastModifiedBy { get; }
member this.LastModifiedBy : Nullable<Guid>
Public Overridable ReadOnly Property LastModifiedBy As Nullable(Of Guid)

Property Value

Returns Nullable<T>.

The discovery source ID.

Applies to