ReadOnlyWebUserEntityAccessUpdateData.AccessEntitiesToRemove Property
<DataMember()> _
Public Property AccessEntitiesToRemove() As IEnumerable(Of EntityIDAndType)
This language is not supported or no code example is available.
[DataMember()]
public IEnumerable<EntityIDAndType> AccessEntitiesToRemove {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property IEnumerable<EntityIDAndType^>^ AccessEntitiesToRemove {
IEnumerable<EntityIDAndType^>^ get( );
void set(
IEnumerable<EntityIDAndType^>^ value
);
}
This language is not supported or no code example is available.