IEnvironmentAction.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.
Object Id of the user who last modified the action.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Object Id of the user who last modified the action.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="lastModifiedBy")]
public string LastModifiedBy { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Object Id of the user who last modified the action.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="lastModifiedBy")>]
member this.LastModifiedBy : string
Public ReadOnly Property LastModifiedBy As String
Property Value
- Attributes