Entity.RegId Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Packaging
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As Entity
Dim value As String

value = instance.RegId

Syntax

'Declaration
Public ReadOnly Property RegId As String
public string RegId { get; }
public:
property String^ RegId {
    String^ get ();
}
/** @property */
public String get_RegId ()
public function get RegId () : String

Property Value

Returns String.

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

Target Platforms

See Also

Reference

Entity Class
Entity Members
Microsoft.OneGet.Packaging Namespace