IInventoryItem.MoRefId 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 or sets the MoRef (Managed Object Reference) ID for the inventory item.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the MoRef (Managed Object Reference) ID for the inventory item.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="moRefId", Update=true)]
public string MoRefId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the MoRef (Managed Object Reference) ID for the inventory item.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="moRefId", Update=true)>]
member this.MoRefId : string with get, set
Public Property MoRefId As String
Property Value
- Attributes