RetrieveExternalEntityRequest.ExternalId Property
Applies To: Dynamics Marketing
Gets or sets the ID for the external entity.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.ExternalEntity
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string ExternalId { get; set; }
public:
[DataMemberAttribute]
property String^ ExternalId {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member ExternalId : string with get, set
<DataMemberAttribute>
Public Property ExternalId As String
Property Value
Type: System.String
Type: String
See Also
RetrieveExternalEntityRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.ExternalEntity Namespace
Return to top