G
gluggi
Hi,
I try to read out the Groupnames and Propertyvalues of
SharedProperties. With the SharedPropertyGroup I
have a IEnumeration object that let my iterate the different
groups and receive the Groupnames like this.
SharedPropertyGroupManager oManager = new SharedPropertyGroupManager();
System.Collections.IEnumerator iGroupEnum = oManager.GetEnumerator();
while(iGroupEnum.MoveNext()==true)
{
string groupName = iGroupEnum.Current.ToString();
}
But how can I receive the sharedproperties from a group-object without
having the name of the property?
Can someone give me a hind?
Ciao
Martin
I try to read out the Groupnames and Propertyvalues of
SharedProperties. With the SharedPropertyGroup I
have a IEnumeration object that let my iterate the different
groups and receive the Groupnames like this.
SharedPropertyGroupManager oManager = new SharedPropertyGroupManager();
System.Collections.IEnumerator iGroupEnum = oManager.GetEnumerator();
while(iGroupEnum.MoveNext()==true)
{
string groupName = iGroupEnum.Current.ToString();
}
But how can I receive the sharedproperties from a group-object without
having the name of the property?
Can someone give me a hind?
Ciao
Martin