Description
A collection of TargetGroupParams objects.
| |||
API Target Groups Params | |||
Target Groups Params Collection
SAP® B1 DI-API C# definitionpublic class TargetGroupsParamsClass : ITargetGroupsParams, TargetGroupsParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern TargetGroupsParamsClass();
public virtual extern TargetGroupParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern TargetGroupParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationTarget Group Params TargetGroupParams Object Holds the key to an existing target group.
This object is used to pass keys to and retrieve keys from TargetGroupsService methods. ![]() |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |