EnterpriseManagementObject.LastModifiedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.