public void SetPropertySetApplicableEntities(
PropertySetupType propertySetupType,
string propertySetName,
IList<string> applicableEntities
)
Public Sub SetPropertySetApplicableEntities (
propertySetupType As PropertySetupType,
propertySetName As String,
applicableEntities As IList(Of String)
)
public:
void SetPropertySetApplicableEntities(
PropertySetupType propertySetupType,
String^ propertySetName,
IList<String^>^ applicableEntities
)
member SetPropertySetApplicableEntities :
propertySetupType : PropertySetupType *
propertySetName : string *
applicableEntities : IList<string> -> unit