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