ODataQueryBuilder.ReferredResource Property
Holds name of referred resource for Get association cmdlet
Namespace: Microsoft.PowerShell.Cmdletization.OData
Assembly: Microsoft.PowerShell.Cmdletization.OData (in Microsoft.PowerShell.Cmdletization.OData.dll)
Usage
'Usage
Dim instance As ODataQueryBuilder
Dim value As String
value = instance.ReferredResource
instance.ReferredResource = value
Syntax
'Declaration
Public Property ReferredResource As String
public string ReferredResource { get; set; }
public:
property String^ ReferredResource {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ReferredResource ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ReferredResource (String value)
CompilerGeneratedAttribute
public function get ReferredResource () : String
CompilerGeneratedAttribute
public function set ReferredResource (value : 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
ODataQueryBuilder Class
ODataQueryBuilder Members
Microsoft.PowerShell.Cmdletization.OData Namespace