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