RemoteExecutionContext.SecondaryEntityName Property

Definition

Gets the name of the secondary entity that has a relationship with the primary entity.

public:
 property System::String ^ SecondaryEntityName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SecondaryEntityName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SecondaryEntityName : string with get, set
Public Property SecondaryEntityName As String

Property Value

The name of the secondary entity.

Attributes

Applies to

See also